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

Closing the application after video playback finishes has no effect #5

Closed mpenkov closed 11 years ago

mpenkov commented 12 years ago

If the video window is closed while the video is still playing, then the application exits. However, if the video has finished playing back, then closing the video window does not achieve anything.

This only applies to tutorials 4 and above.

mpenkov commented 12 years ago

Fixed in tutorials 4, 5 and 6.