diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-03-22 07:05:00 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-04-05 23:30:47 +0200 |
commit | e0c2c77c2ab1fcd65b18a4c8c71b34b2b8652900 (patch) | |
tree | 617d2e3fd996b0dca6765dc9c9d09649dd396cfd /NEWS | |
parent | 46528783ef07d1180d7059f3916d277a2f9a0c31 (diff) |
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-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |