On Fri, 9 Dec 2011 11:07:08 +0100, Kostya Shishkov <[email protected]> 
wrote:
> [...]
> +
> +AVCodec ff_dxtory_decoder = {
> +    .name           = "dxtory",
> +    .type           = AVMEDIA_TYPE_VIDEO,
> +    .id             = CODEC_ID_DXTORY,
> +    .init           = decode_init,
> +    .close          = decode_close,
> +    .decode         = decode_frame,
> +    .capabilities   = CODEC_CAP_DR1,
> +    .long_name = NULL_IF_CONFIG_SMALL("Dxtory"),

Vertically align the last line please.

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

Reply via email to