From a7d70d88df96756896171c9acefca24b7a876c3c Mon Sep 17 00:00:00 2001 From: Aurelien Jacobs Date: Mon, 24 Sep 2007 20:52:11 +0000 Subject: rename vp56_b6to3 to vp56_b2p Originally committed as revision 10569 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/vp56data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/vp56data.h') 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]; -- cgit v1.2.3