2019-02-13 8:52 GMT+01:00, Wang, Shaofei <[email protected]>: >> > + 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 _______________________________________________ ffmpeg-devel mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
