heisters / libglvideo

Simple cross-platform MP4/MOV video player for use with OpenGL
Other
28 stars 5 forks source link

Implement pause(), change stop() functionality to seek to start #4

Closed mattfelsen closed 5 years ago

mattfelsen commented 5 years ago

I was wondering why pause() didn't seem to do anything, and realize it was unimplemented! And stop() was actually really only pausing. This small change makes pause() pause, and stop() pauses and then seeks to the beginning. I only did some simple testing, but it seems to work.