On Mon, Sep 08, 2014 at 01:40:27PM -0400, Gabriel Dume wrote:
> --- a/libavcodec/dirac.c
> +++ b/libavcodec/dirac.c
> @@ -61,20 +62,20 @@ static const dirac_source_params 
> dirac_source_parameters_defaults[] = {
>  
>  /* [DIRAC_STD] Table 10.4 - Available preset pixel aspect ratio values */
>  static const AVRational dirac_preset_aspect_ratios[] = {
> -    {1, 1},
> -    {10, 11},
> -    {12, 11},
> -    {40, 33},
> -    {16, 11},
> -    {4, 3},
> +    {  1,  1 },
> +    { 10, 11 },
> +    { 12, 11 },
> +    { 40, 33 },
> +    { 16, 11 },
> +    {  4,  3 },
>  };
>  
>  /* [DIRAC_STD] Values 9,10 of 10.3.5 Frame Rate.
>   * Table 10.3 Available preset frame rate values
>   */
>  static const AVRational dirac_frame_rate[] = {
> -    {15000, 1001},
> -    {25, 2},
> +    { 15000, 1001 },
> +    { 25,    2    },
>  };

This table would look better right-aligned like the others.

The rest should be OK.  I'll push it tomorrow.

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

Reply via email to