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 FFmpeg building #89

Closed Pistachioman closed 9 years ago

Pistachioman commented 9 years ago

The first codec in the list was always shifted away. I tested this on Windows with MSVC, not sure if other OSes even use this.

Ceylo commented 9 years ago

Oh nice catch! Indeed there was one more argument before the decoder list, hence the additional shift.

Thanks :)

Ceylo commented 9 years ago

Release being generated with your fix :) "aac" codec has come back now