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.22k stars 395 forks source link

hi,when I compile the tutorial05.c, I get a problem. #31

Open youngjeff opened 7 years ago

youngjeff commented 7 years ago

I use ffmpeg version 3.0 , and when I complie the codes I get some trouble.
AVCodecContext has no member named release_buffer .

mpenkov commented 7 years ago

I don't maintain this project anymore. Please see the README.md for the link to the original maintainer, who is now back.

On Tue, Oct 25, 2016 at 12:25 AM youngjeff notifications@github.com wrote:

I use ffmpeg version 3.0 , and when I complie the codes I get some trouble.

AVCodecContext has no member named release_buffer .

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mpenkov/ffmpeg-tutorial/issues/31, or mute the thread https://github.com/notifications/unsubscribe-auth/ABDOVBt1gsVcD3xs-10oJdR_390qtY4vks5q3a8AgaJpZM4KfpMa .

jiji879 commented 6 years ago

may be u can try N-51481-g5c73645d91