Re: [FFmpeg-devel] [PATCH 01/10] avcodec/mpegvideo: Move startcodes to mpeg12.h

2021-09-18 Thread Andreas Rheinhardt
Andreas Rheinhardt: > And remove the MPEG-4-specific SLICE_START_CODE, which duplicates > SLICE_STARTCODE. > > Signed-off-by: Andreas Rheinhardt > --- > I can add a commit giving these startcodes a proper MPEG12_ prefix later > if desired. > (Some of these startcodes are btw duplicated in lavf/mp

[FFmpeg-devel] [PATCH 01/10] avcodec/mpegvideo: Move startcodes to mpeg12.h

2021-09-13 Thread Andreas Rheinhardt
And remove the MPEG-4-specific SLICE_START_CODE, which duplicates SLICE_STARTCODE. Signed-off-by: Andreas Rheinhardt --- I can add a commit giving these startcodes a proper MPEG12_ prefix later if desired. (Some of these startcodes are btw duplicated in lavf/mpegvideodec.c.) libavcodec/ituh263d