[FFmpeg-devel] [PATCH] Obey configure updates for OGG, Matroska, and MOV parsers.

Dale Curtis dalecurtis at chromium.org
Tue Apr 10 19:58:58 CEST 2012


On Mon, Apr 9, 2012 at 7:24 PM, Carl Eugen Hoyos <cehoyos at ag.or.at> wrote:

>  <dalecurtis <at> chromium.org> writes:
>
> > +#if CONFIG_SIPR_DECODER
> >                  if (codec_id == CODEC_ID_SIPR && flavor < 4) {
>
> This should be
> if (CONFIG_SIPR_DECODER && codec_id == CODEC_ID_SIPR && flavor < 4)
> and similar for other hunks.
>
> Carl Eugen
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>

Thanks for the suggestion Carl. I've made the requested changes, please
take another look.

- dale


More information about the ffmpeg-devel mailing list