Re: [FFmpeg-devel] [PATCH 1/2] lavc: deprecate AV_CODEC_FLAG_TRUNCATED

2021-03-08 Thread James Almer
On 3/8/2021 9:24 AM, Andreas Rheinhardt wrote: Anton Khirnov: It is supported only by two decoders and is entirely redundant with parsers. Just because it is only used in two files doesn't mean it is only used by two decoders: Six decoders have the AV_CODEC_CAP_TRUNCATED (which you forgot to d

Re: [FFmpeg-devel] [PATCH 1/2] lavc: deprecate AV_CODEC_FLAG_TRUNCATED

2021-03-08 Thread Andreas Rheinhardt
Anton Khirnov: > It is supported only by two decoders and is entirely redundant with > parsers. Just because it is only used in two files doesn't mean it is only used by two decoders: Six decoders have the AV_CODEC_CAP_TRUNCATED (which you forgot to deprecate) set. (fftools/cmdutils.c checks for