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

sfe::Movie video not displayed when rotated #100

Open BrokenShards opened 8 years ago

BrokenShards commented 8 years ago

When calling the rotate or setRotation functions on an sfe::Movie the video does not display until the rotation is set back to 0. This issue occurs when compiled with all configurations (Debug/Release, 32-bit/64-bit/ Static/Dynamic) with Visual Studio 2015 in Windows 10 x64.