On Sat, Dec 31, 2011 at 06:01:54PM +0530, Aneesh Dogra wrote:
> --- a/cmdutils.c
> +++ b/cmdutils.c
> @@ -685,8 +693,10 @@ void show_codecs(void)
>              cap & CODEC_CAP_TRUNCATED ? "T":" ",
>              p2->name,
>              p2->long_name ? p2->long_name : "");
> -       /* if(p2->decoder && decode==0)
> -            printf(" use %s for decoding", p2->decoder->name);*/
> +            #if 0
> +            if (p2->decoder && decode == 0)
> +                printf(" use %s for decoding", p2->decoder->name);
> +            #endif

Preprocessor directives should be placed in the first column.

Queued with that changed.

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to