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

Buffering issue with subtitle streams #80

Closed Ceylo closed 8 years ago

Ceylo commented 9 years ago

Problem Subtitles don't immediately appear.

How to reproduce

Subtitles don't show up until (1) a few seconds are played.

Ceylo commented 8 years ago

Could not reproduce the bug so it seems fixed by now. However I found a crash, going to fix within this issues's scope.

Ceylo commented 8 years ago

Bugfix is merged to master and release is being generated