]> git.sesse.net Git - x264/commit
lavf input: allocate AVFrame correctly
authorAnton Khirnov <anton@khirnov.net>
Tue, 13 Nov 2012 20:01:24 +0000 (21:01 +0100)
committerFiona Glaser <fiona@x264.com>
Mon, 19 Nov 2012 08:39:08 +0000 (00:39 -0800)
commit0db80bee2765676c2e0e4be21afc2ace900a606c
tree66cce831c03717d9db24180ad2ad2a9ee39217f2
parent144b79159ad20954a7faec1023451a630a65aea1
lavf input: allocate AVFrame correctly
Allocate AVFrames correctly with avcodec_alloc_frame().
This caused crashes with newer libavcodecs that try to free frame extradata.
input/lavf.c