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

Update #12

Open josephmarlin opened 11 years ago

josephmarlin commented 11 years ago

Line 113 and Line 135 in Tutorial 1:

PIX_FMT_RGB24 should be AV_PIX_FMT_RGB24.

Thanks :-)