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

which version of ffmpeg should i use? #33

Closed jiji879 closed 6 years ago

jiji879 commented 6 years ago

when compile the code i found many attributes have been deprecated,like avcodec_default_get_buffer,avcodec_default_release_buffer,etc. so which version should i use for compiling this code?

mpenkov commented 6 years ago

See VERSION.txt for the most recent version of ffmpeg at the time of working on the project.

jiji879 commented 6 years ago

on mac i use N-51481-g5c73645d91 instead of N-50314-gf6fff8e which can make me compile successfully