[FFmpeg-devel] [PATCH v5] lavf/matroskadec: Normalize noncompliant A_QUICKTIME/V_QUICKTIME private data

Mats Peterson matsp888 at yahoo.com
Mon Jan 11 04:10:58 CET 2016


On 01/11/2016 03:53 AM, Mats Peterson wrote:
> What do you mean by "separating them" by the way? I haven't separated
> anything as far as I know.
>
> Mats


Another thing regarding the av_realloc() function: Even if I had been 
using av_realloc(), it won't cause any memory leak if it exits the 
function prematurely, since av_realloc() calls realloc() in turn, which 
doesn't touch the original memory if it fails. Perhaps I've missed 
something?

Mats



More information about the ffmpeg-devel mailing list