[FFmpeg-devel] [PATCH] prettyprinting libavutil

Reimar Döffinger Reimar.Doeffinger
Fri Feb 15 11:34:49 CET 2008


>  #elif defined(ARCH_SH4)
> -        __asm__(
> -        "swap.b %0,%0\n"
> -        "swap.w %0,%0\n"
> -        "swap.b %0,%0\n"
> -        :"=r"(x):"0"(x));
> +    __asm__("swap.b %0,%0\n"
> +           "swap.w %0,%0\n"
> +           "swap.b %0,%0\n"
> +           :"=r"(x):"0"(x));


Looks messed-up, the last lines seem to miss a space...




More information about the ffmpeg-devel mailing list