Yalir / sfeMovie

sfeMovie is a simple C++ library that lets you play movies in SFML based applications. It relies on FFmpeg to read medias and remains consistent with SFML's naming conventions.
http://sfemovie.yalir.org/
GNU Lesser General Public License v2.1
114 stars 37 forks source link

fix bug when changing video offset while paused #101

Closed DevelopingTom closed 8 years ago

DevelopingTom commented 8 years ago

This pull request fix a bug when changing the video offset while it's paused. Currently, it just stop the video, returning to the beginning.

This is certainly due to this status check omission.

Ceylo commented 8 years ago

Nice catch, thanks!