From 7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 22 Sep 2014 11:01:31 +0200 Subject: avcodec: Don't anonymously typedef structs --- libavcodec/vc1dec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/vc1dec.c') diff --git a/libavcodec/vc1dec.c b/libavcodec/vc1dec.c index ed8253a0f5..22cf1e502d 100644 --- a/libavcodec/vc1dec.c +++ b/libavcodec/vc1dec.c @@ -38,7 +38,7 @@ #if CONFIG_WMV3IMAGE_DECODER || CONFIG_VC1IMAGE_DECODER -typedef struct { +typedef struct SpriteData { /** * Transform coefficients for both sprites in 16.16 fixed point format, * in the order they appear in the bitstream: -- cgit v1.2.3