diff options
author | Max Kellermann <max@duempel.org> | 2009-02-03 21:55:28 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-02-03 22:51:41 +0100 |
commit | f3b73b824f849f7c1280a59ddb67f5c3d187a5af (patch) | |
tree | bb905d0fc2414936c4c61d2118f9d69815023ef4 /NEWS | |
parent | 81b6c0d77bc377a26906fe66fb11f51a6247be0a (diff) | |
download | mpd-f3b73b824f849f7c1280a59ddb67f5c3d187a5af.tar.gz mpd-f3b73b824f849f7c1280a59ddb67f5c3d187a5af.tar.xz mpd-f3b73b824f849f7c1280a59ddb67f5c3d187a5af.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
@@ -38,6 +38,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: |