decoder/ffmpeg: use avcodec_decode_audio3() if available

avcodec_decode_audio3() has been added in libavformat 52.25.0, and the
predecessor avcodec_decode_audio2() has been deprecated.
This commit is contained in:
Max Kellermann
2011-04-12 08:16:57 +02:00
parent eaf414cbc8
commit 246db3d565
2 changed files with 23 additions and 2 deletions

2
NEWS
View File

@@ -1,7 +1,7 @@
ver 0.16.3 (2011/??/??)
* fix assertion failure in audio format mask parser
* decoder:
- ffmpeg: support lavc 53
- ffmpeg: support libavcodec 0.7
ver 0.16.2 (2011/03/18)