[FFmpeg-devel] libavformat/utils.c - bug when using AVFMT_NOFILE.
wallak at free.fr
wallak at free.fr
Thu Jun 23 00:34:39 CEST 2011
You're right the today repository seems to fix the issue.
Wallak.
Quoting Carl Eugen Hoyos <cehoyos at ag.or.at>:
> <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
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
More information about the ffmpeg-devel
mailing list