Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/idcinvideo.c')
-rw-r--r--libavcodec/idcinvideo.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavcodec/idcinvideo.c b/libavcodec/idcinvideo.c
index 70c98d68e0..87a1013966 100644
--- a/libavcodec/idcinvideo.c
+++ b/libavcodec/idcinvideo.c
@@ -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];