On Fri, Apr 06, 2012 at 08:43:40PM +0300, Martin Storsjö wrote:
> Also break some long lines, remove codec function placeholder comments
> and add spaces in sample/pixel format lists.
> ---
>  200 files changed, 731 insertions(+), 638 deletions(-)

Once again you beat me to it, thanks :)

> --- a/libavcodec/tiffenc.c
> +++ b/libavcodec/tiffenc.c
> @@ -472,13 +472,13 @@ AVCodec ff_tiff_encoder = {
>      .id             = CODEC_ID_TIFF,
>      .priv_data_size = sizeof(TiffEncoderContext),
>      .encode2        = encode_frame,
> -    .pix_fmts =
> -        (const enum PixelFormat[]) {PIX_FMT_RGB24, PIX_FMT_PAL8, 
> PIX_FMT_GRAY8,
> +    .pix_fmts       = (const enum PixelFormat[]) {
> +                              PIX_FMT_RGB24, PIX_FMT_PAL8, PIX_FMT_GRAY8,
>                                PIX_FMT_MONOBLACK, PIX_FMT_MONOWHITE,
>                                PIX_FMT_YUV420P, PIX_FMT_YUV422P,
>                                PIX_FMT_YUV444P, PIX_FMT_YUV410P,
>                                PIX_FMT_YUV411P,
> -                              PIX_FMT_NONE},
> +                              PIX_FMT_NONE },

This is formatted differently from all the others.
Please fix this and push.

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

Reply via email to