"Ronald S. Bultje" <[email protected]> writes:

> From: "Ronald S. Bultje" <[email protected]>
>
> ---
>  libavcodec/twinvq_data.h |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavcodec/twinvq_data.h b/libavcodec/twinvq_data.h
> index 1f1f334..a236127 100644
> --- a/libavcodec/twinvq_data.h
> +++ b/libavcodec/twinvq_data.h
> @@ -135,7 +135,7 @@ static const uint16_t bark_tab_s44_128[] = {
>   *
>   * without risking a segfault on malformed files.
>   */
> -static const struct {
> +static const struct twinvq_data {
>      float lsp08[504];
>      int16_t fcb08l[640];
>      int16_t fcb08m[320];
> -- 

LGTM, I never liked anonymous structs anyway.

-- 
Måns Rullgård
[email protected]
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to