]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/idcinvideo.c
dds: Fix enum declaration
[ffmpeg] / libavcodec / idcinvideo.c
index 70c98d68e047803dc0b580d5492457f827b42462..87a10139667a38d9f3b16ff4d9423e694d4a992b 100644 (file)
@@ -56,8 +56,7 @@
 #define HUF_TOKENS 256
 #define PALETTE_COUNT 256
 
-typedef struct
-{
+typedef struct hnode {
   int count;
   unsigned char used;
   int children[2];