diff vp56data.h @ 5709:9792a3aa9215 libavcodec

rename vp56_b6to3 to vp56_b2p
author aurel
date Mon, 24 Sep 2007 20:52:11 +0000
parents 2b72f9bc4f06
children 314be1cfdcb0
line wrap: on
line diff
--- a/vp56data.h	Mon Sep 24 20:43:47 2007 +0000
+++ b/vp56data.h	Mon Sep 24 20:52:11 2007 +0000
@@ -51,7 +51,7 @@
   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];