[FFmpeg-devel] [PATCH 4/8] ffmdec: don't set extradata_size without allocating extradata

2015-03-08 Thread Andreas Cadhalpun
Hi, attached patch fixes crashes with ffm files containing an extradata_size setting, but without extradata. Such files are created by the ffm muxer, e.g. with for the asv1 codec. Best regards, Andreas From b3da247975db1bc0dd86805f2830aa0b718fd355 Mon Sep 17 00:00:00 2001 From: Andreas

Re: [FFmpeg-devel] [PATCH 4/8] ffmdec: don't set extradata_size without allocating extradata

2015-03-08 Thread Michael Niedermayer
On Mon, Mar 09, 2015 at 12:03:54AM +0100, Andreas Cadhalpun wrote: Hi, attached patch fixes crashes with ffm files containing an extradata_size setting, but without extradata. Such files are created by the ffm muxer, e.g. with for the asv1 codec. Best regards, Andreas ffmdec.c |