decoder/ffmpeg: read the "year" tag

This was disabled when compiled with a new ffmpeg version.  Older
ffmpeg versions used it explicitly, while newer ones may pass it
through from the codec.
This commit is contained in:
Max Kellermann
2012-02-13 19:05:39 +01:00
parent 3e7e0bcb18
commit 103832742d
2 changed files with 2 additions and 1 deletions

1
NEWS
View File

@@ -2,6 +2,7 @@ ver 0.16.8 (2012/??/??)
* fix for libsamplerate assertion failure
* decoder:
- vorbis (and others): fix seeking at startup
- ffmpeg: read the "year" tag
ver 0.16.7 (2012/02/04)