diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2007-09-24 20:52:11 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2007-09-24 20:52:11 +0000 |
commit | a7d70d88df96756896171c9acefca24b7a876c3c (patch) | |
tree | f33a411e24d7cb405d78032f9594aec06f3ad27b /libavcodec/vp56data.h | |
parent | 1457516f7050f0a8ed7b138f590a421a54540777 (diff) | |
download | ffmpeg-a7d70d88df96756896171c9acefca24b7a876c3c.tar.gz |
rename vp56_b6to3 to vp56_b2p
Originally committed as revision 10569 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vp56data.h')
-rw-r--r-- | libavcodec/vp56data.h | 2 |
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]; |