aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-03-22 07:05:00 +0100
committerMax Kellermann <max@duempel.org>2013-04-05 23:30:47 +0200
commite0c2c77c2ab1fcd65b18a4c8c71b34b2b8652900 (patch)
tree617d2e3fd996b0dca6765dc9c9d09649dd396cfd /NEWS
parent46528783ef07d1180d7059f3916d277a2f9a0c31 (diff)
downloadmpd-e0c2c77c2ab1fcd65b18a4c8c71b34b2b8652900.tar.gz
mpd-e0c2c77c2ab1fcd65b18a4c8c71b34b2b8652900.tar.xz
mpd-e0c2c77c2ab1fcd65b18a4c8c71b34b2b8652900.zip
ffmpeg decoder plugin: do not allocate an AVFrame on stack.
AVFrame must be allocated with avcodec_alloc_frame().
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7fa7dc035..ea746b9c8 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,7 @@ ver 0.17.4 (2013/??/??)
- allow to omit END in ranges (START:END)
* decoder:
- ffmpeg: support float planar audio (ffmpeg 1.1)
+ - ffmpeg: fix AVFrame allocation
* player:
- implement missing "idle" events on output errors
* clock: fix build failure