lavf: use a malloced AVFrame in try_decode_frame().
authorAnton Khirnov <anton@khirnov.net>
Fri, 21 Sep 2012 07:09:01 +0000 (09:09 +0200)
committerAnton Khirnov <anton@khirnov.net>
Mon, 24 Sep 2012 10:31:24 +0000 (12:31 +0200)
commit9eb296572ec801c32d86b349ba1de27704953237
tree365bb578d3510b4a8ba88c644f8d5aa0cd5e5db8
parenta42aadabc64f50124eece6e37e63eafa46e1a6ce
lavf: use a malloced AVFrame in try_decode_frame().

This allows using avcodec_free_frame() to free it properly.
libavformat/utils.c