ffmpeg decoder plugin: do not allocate an AVFrame on stack.

AVFrame must be allocated with avcodec_alloc_frame().
This commit is contained in:
Anton Khirnov
2013-03-22 07:05:00 +01:00
committed by Max Kellermann
parent 46528783ef
commit e0c2c77c2a
2 changed files with 17 additions and 3 deletions

1
NEWS
View File

@@ -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