summaryrefslogtreecommitdiff
path: root/libavcodec/vp56data.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/vp56data.h')
-rw-r--r--libavcodec/vp56data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vp56data.h b/libavcodec/vp56data.h
index 51e6983119..4fcdcc18f8 100644
--- a/libavcodec/vp56data.h
+++ b/libavcodec/vp56data.h
@@ -51,7 +51,7 @@ typedef struct {
int8_t prob_idx;
} vp56_tree_t;
-extern const uint8_t vp56_b6to3[];
+extern const uint8_t vp56_b2p[];
extern const uint8_t vp56_b6to4[];
extern const uint8_t vp56_coeff_parse_table[6][11];
extern const uint8_t vp56_def_mb_types_stats[3][10][2];