[FFmpeg-devel] libavformat/utils.c - bug when using AVFMT_NOFILE.

Carl Eugen Hoyos cehoyos at ag.or.at
Wed Jun 22 23:23:08 CEST 2011


 <wallak <at> free.fr> writes:

>      if(!ap->prealloced_context)
> -        ic = avformat_alloc_context();
> +      { ic = avformat_alloc_context(); if (ic_ptr) *ic_ptr = ic; }

Apart from the fact that this really is too far away from the common style here:
Wasn't this problem fixed by Reimar a few hours ago?

Carl Eugen



More information about the ffmpeg-devel mailing list