[FFmpeg-devel] [PATCH] avformat/concatdec: pass the interrupt callback on

Carl Eugen Hoyos cehoyos at ag.or.at
Sat Feb 8 09:48:27 CET 2014


Zhang Rui <bbcallen <at> gmail.com> writes:

> +    cat->avf = avformat_alloc_context();
> +    if (!cat->avf)
> +        return -1;

Shouldn't this be ENOMEM?
Is this freed in the non-error case?

Carl Eugen



More information about the ffmpeg-devel mailing list