From e0c2c77c2ab1fcd65b18a4c8c71b34b2b8652900 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Fri, 22 Mar 2013 07:05:00 +0100 Subject: ffmpeg decoder plugin: do not allocate an AVFrame on stack. AVFrame must be allocated with avcodec_alloc_frame(). --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') 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 -- cgit v1.2.3