mpenkov / ffmpeg-tutorial

A set of tutorials that demonstrates how to write a video player based on FFmpeg
http://www.ffmpeg.org/documentation.html
1.23k stars 396 forks source link

AVCodecContext release_buffer #35

Open ozcanserhat opened 5 years ago

ozcanserhat commented 5 years ago

I have an error while compiling the Tutorial07.c release_buffer is not a member of AVCodecContext. The version of ffmpeg that I used is 4.1. I could not found the alternative of release_buffer. It is obsolute in 4.1.