]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/bitstream.c
avcodec: Don't anonymously typedef structs
[ffmpeg] / libavcodec / bitstream.c
index 8e9f657b7f3375b41a43273d69152f485d950932..f36997ea40177d372d6b7907f22f86ac586e014a 100644 (file)
@@ -129,7 +129,7 @@ static av_always_inline uint32_t bitswap_32(uint32_t x)
            (uint32_t)ff_reverse[ x >> 24];
 }
 
-typedef struct {
+typedef struct VLCcode {
     uint8_t bits;
     uint16_t symbol;
     /** codeword, with the first bit-to-be-read in the msb