decoder/ffmpeg: support FFmpeg 2.5

Version 2.5 fixed an API oddity, however it broke API compatibility,
at least with C++.  Disable the workaround when a libavformat version
is detected that is recent enough.
This commit is contained in:
Max Kellermann
2014-12-08 14:25:34 +01:00
parent d8fc2db910
commit 41b4a63f2b
2 changed files with 7 additions and 0 deletions

2
NEWS
View File

@@ -1,4 +1,6 @@
ver 0.18.20 (not yet released)
* decoder
- ffmpeg: support FFmpeg 2.5
* fix build failure with musl
ver 0.18.19 (2014/11/26)