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

Bug fix: tutorial04.c line 549 #1

Closed binfeng closed 12 years ago

binfeng commented 12 years ago

Change to AVFormatContext *pFormatCtx = NULL; otherwise it will crash!

mpenkov commented 12 years ago

Thank you for pointing this out. I've fixed it (#2532163).