[FFmpeg-user] Problem with ffmpeg-3.2.4

Cley Faye cleyfaye at gmail.com
Thu Apr 13 14:23:20 EEST 2017


2017-04-13 11:18 GMT+02:00 Pierre Delmas <
pierre.delmas at centrale-marseille.fr>:

>
> How to replace avcodec_decode_video2 in the version ffmpeg-3.2.4 ?


​Two things.

First, this is not the right list for this kind of questions;
https://lists.ffmpeg.org/mailman/listinfo/libav-user/ is probably a better
starting point.

Second, it might be a shot in the dark, but since the documentation (
https://www.ffmpeg.org/doxygen/3.2/group__lavc__decoding.html#ga3ac51525b7ad8bca4ced9f3446e96532)
is telling you to use avcodec_send_packet() and avcodec_receive_frame(),
maybe you could use avcodec_send_packet() and avcodec_receive_frame()? :)


More information about the ffmpeg-user mailing list