[Ffmpeg-devel] [PATCH] enable/disable (de)muxers

Diego Biurrun diego
Tue Jul 11 09:23:05 CEST 2006


On Mon, Jul 10, 2006 at 04:59:55PM -0700, Harikrishnan Varma wrote:
> M?ns Rullg?rd wrote:
> > 
> > And here goes part 2.
> 
> --- libavformat/ogg.c	(revision 5704)
> +++ libavformat/ogg.c	(working copy)
> @@ -254,7 +254,7 @@
>  }
>  
>  
> -static AVInputFormat ogg_demuxer = {
> +static AVInputFormat ogg_iformat = {
>      "ogg",
>      "Ogg Vorbis",
> 
> Shouldn't it be ogg_demuxer instead of ogg_iformat (changed in revision 5697)?

No, ogg_demuxer is in ogg2.c.

> --- libavformat/aiff.c	(revision 5704)
> +++ libavformat/aiff.c	(working copy)
> @@ -439,9 +439,10 @@
>  
> -#ifdef CONFIG_MUXERS
> -static AVOutputFormat aiff_muxer = {
> +#ifdef CONFIG_AIFF_DEMUXER
> +AVOutputFormat aiff_muxer = {
>      "aiff",
>      "Audio IFF",
>      "audio/aiff",
> 
> Shouldn't the latter be CONFIG_AIFF_MUXER instead of CONFIG_AIFF_DEMUXER?

Yes, fixed.

Diego




More information about the ffmpeg-devel mailing list