summaryrefslogtreecommitdiff
path: root/libavcodec/dv_tablegen.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/dv_tablegen.h')
-rw-r--r--libavcodec/dv_tablegen.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/dv_tablegen.h b/libavcodec/dv_tablegen.h
index ee6e8220af..47e8c362c1 100644
--- a/libavcodec/dv_tablegen.h
+++ b/libavcodec/dv_tablegen.h
@@ -35,10 +35,10 @@
#endif
/* VLC encoding lookup table */
-struct dv_vlc_pair {
+typedef struct dv_vlc_pair {
uint32_t vlc;
uint32_t size;
-};
+} dv_vlc_pair;
#if CONFIG_HARDCODED_TABLES
#define dv_vlc_map_tableinit()