2017-04-13 11:18 GMT+02:00 Pierre Delmas <
pierre.del...@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()? :)
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to