decoder/ffmpeg: use AV_SAMPLE_FMT_* if available

Implements support for libavcodec 0.9, which removes the compatibility
macros SAMPLE_FMT_*
This commit is contained in:
Max Kellermann
2012-02-03 09:55:25 +01:00
parent 083340a937
commit 5d9876e338
2 changed files with 9 additions and 1 deletions

2
NEWS
View File

@@ -2,7 +2,7 @@ ver 0.16.7 (2011/??/??)
* input:
- ffmpeg: support libavformat 0.7
* decoder:
- ffmpeg: support libavformat 0.8, libavcodec 0.8
- ffmpeg: support libavformat 0.8, libavcodec 0.9
- ffmpeg: support all MPD tags
* output:
- httpd: fix excessive buffering