[FFmpeg-devel] [PATCH v4] Improved the performance of 1 decode + N filter graphs and adaptive bitrate.

Carl Eugen Hoyos ceffmpeg at gmail.com
Wed Feb 13 12:44:00 EET 2019


2019-02-13 8:52 GMT+01:00, Wang, Shaofei <shaofei.wang at intel.com>:

>> > +    AVFrame input_frm;
>>
>> sizeof(AVFrame) is not part of the ABI.  You need to allocate it
>> somewhere.
>>
> Please tell more?

See the documentation for AVFrame in libavutil/frame.h
Use av_frame_alloc()

Carl Eugen


More information about the ffmpeg-devel mailing list