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

Error: 'CODEC_CAP_DELAY' / 'PIX_FMT_RGBA' was not declared in this scope. #114

Open leander-elw opened 1 year ago

leander-elw commented 1 year ago

GCC reports these errors for files VideoStream.cpp and Stream.cpp. They only need changing to their respective name with a "AV_"-prefix.

I've opened a PR here. The build will succeed after that.

https://github.com/Yalir/sfeMovie/pull/113