On 10/03/2012 06:48 PM, Christian Schmidt wrote:
> @@ -61,6 +61,9 @@ static int pcm_bluray_parse_header(AVCodecContext *avctx,
>      static const uint8_t channels[16] = {
>          0, 1, 0, 2, 3, 3, 4, 4, 5, 6, 7, 8, 0, 0, 0, 0
>      };
> +    static const uint16_t sample_rates[16] = {
> +        0, 48000, 0, 0, 96000, 192000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
> +    };

looks a bit wasteful and, as you stated on irc, one value won't fit.

lu
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to