Re: [FFmpeg-devel] [PATCH 2/2] avcodec: remove fourcc values from AVCodecIDs

2015-09-07 Thread James Almer
On 9/7/2015 2:46 AM, Paul B Mahol wrote: > Dana 7. 9. 2015. 02:38 osoba "James Almer" napisala je: >> >> Based on patch by wm4. >> >> Signed-off-by: James Almer >> --- >> libavcodec/avcodec.h | 122 > +++ >> 1 file changed, 64 insertions(+), 58 del

Re: [FFmpeg-devel] [PATCH 2/2] avcodec: remove fourcc values from AVCodecIDs

2015-09-07 Thread Paul B Mahol
Dana 7. 9. 2015. 09:41 osoba "Hendrik Leppkes" napisala je: > > On Mon, Sep 7, 2015 at 2:34 AM, James Almer wrote: > > Based on patch by wm4. > > > > Signed-off-by: James Almer > > --- > > libavcodec/avcodec.h | 122 +++ > > 1 file changed, 64 ins

Re: [FFmpeg-devel] [PATCH 2/2] avcodec: remove fourcc values from AVCodecIDs

2015-09-07 Thread Hendrik Leppkes
On Mon, Sep 7, 2015 at 2:34 AM, James Almer wrote: > Based on patch by wm4. > > Signed-off-by: James Almer > --- > libavcodec/avcodec.h | 122 > +++ > 1 file changed, 64 insertions(+), 58 deletions(-) > > diff --git a/libavcodec/avcodec.h b/libavc

Re: [FFmpeg-devel] [PATCH 2/2] avcodec: remove fourcc values from AVCodecIDs

2015-09-06 Thread Paul B Mahol
Dana 7. 9. 2015. 02:38 osoba "James Almer" napisala je: > > Based on patch by wm4. > > Signed-off-by: James Almer > --- > libavcodec/avcodec.h | 122 +++ > 1 file changed, 64 insertions(+), 58 deletions(-) Whole patchset lgtm, assuming relevant as

[FFmpeg-devel] [PATCH 2/2] avcodec: remove fourcc values from AVCodecIDs

2015-09-06 Thread James Almer
Based on patch by wm4. Signed-off-by: James Almer --- libavcodec/avcodec.h | 122 +++ 1 file changed, 64 insertions(+), 58 deletions(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 32235ab..070db50 100644 --- a/libavcodec/avcodec