diff options
author | Max Kellermann <max@duempel.org> | 2009-02-03 21:55:28 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-02-03 21:55:28 +0100 |
commit | 2c3fab848a048d6b1cdb80a3dbf98df57b5e9921 (patch) | |
tree | 1c820edc0d81c5690d3d2216f43772f5d9f4f484 /NEWS | |
parent | e3ca024b0f65e512c738f9acdc56fc371616c9f8 (diff) | |
download | mpd-2c3fab848a048d6b1cdb80a3dbf98df57b5e9921.tar.gz mpd-2c3fab848a048d6b1cdb80a3dbf98df57b5e9921.tar.xz mpd-2c3fab848a048d6b1cdb80a3dbf98df57b5e9921.zip |
ffmpeg: check if the time stamp is valid
When ffmpeg cannot estimate the elapsed time, it sets
AVPacket.pts=AV_NOPTS_VALUE. Our ffmpeg decoder plugin did not check
for that special value.
Diffstat (limited to '')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ ver 0.14.2 (2009/??/??) * decoders: - ffmpeg: added support for the tags comment, genre, year - ffmpeg: don't warn of empty packet output + - ffmpeg: check if the time stamp is valid - wavpack: pass NULL if the .wvc file fails to open - mikmod: call MikMod_Exit() only in the finish() method * audio outputs: |