aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-03-18 09:10:36 +0100
committerMax Kellermann <max@duempel.org>2014-03-18 09:10:36 +0100
commit8e39cf62e7f84eca6f8b431bf721281d50653892 (patch)
tree08d00033c20b0dcc28656ad637f195439e5bd9e7 /NEWS
parenta9e351e00d023829a5bb7def60208eef826b2ef3 (diff)
downloadmpd-8e39cf62e7f84eca6f8b431bf721281d50653892.tar.gz
mpd-8e39cf62e7f84eca6f8b431bf721281d50653892.tar.xz
mpd-8e39cf62e7f84eca6f8b431bf721281d50653892.zip
decoder/ffmpeg: pass AVSEEK_FLAG_ANY to av_seek_frame()
This corrects a major mistake from commit 724a59aa - there was one small thing that commit was supposed to do, and it failed. AV_TIME_BASE is not a seek flag.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e5f19470e..5abed4964 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,6 @@
ver 0.18.10 (not yet released)
* decoder
+ - ffmpeg: fix seeking bug
- gme: fix memory leak
ver 0.18.9 (2014/03/02)