[FFmpeg-devel] [PATCH] oggdec: #if 0 disabled code

Carl Eugen Hoyos cehoyos at ag.or.at
Sun Jan 20 17:54:16 CET 2013


Michael Niedermayer <michaelni <at> gmx.at> writes:

>      os->serial  = serial;
>      return 0;
> -
> +#if 0

(I wonder if you shouldn't leave the empty line.)

>      buf     = os->buf;
>      bufsize = os->bufsize;
>      codec   = os->codec;
> @@ -204,6 +204,7 @@ static int ogg_replace_stream
>      os->codec   = codec;
> 
>      return 0;
> +#endif

LGTM

Carl Eugen



More information about the ffmpeg-devel mailing list