[FFmpeg-devel] [PATCH 09/23] fftools/ffmpeg: stop handling AVMEDIA_TYPE_DATA in init_output_stream_encode()

Anton Khirnov anton at khirnov.net
Sun Mar 26 12:20:55 EEST 2023


Quoting James Almer (2023-03-25 20:43:46)
> On 3/25/2023 4:15 PM, Anton Khirnov wrote:
> > We do not support data encoders, so this should never be reached.
> 
> nit: The abort() below could be an av_assert0(0) instead. It's the only 
> abort() in the file, whereas av_assert0() is used a lot.

I did notice that too and I agree it should be changed, but not in this
patch.

-- 
Anton Khirnov


More information about the ffmpeg-devel mailing list