summaryrefslogtreecommitdiff
path: root/libavcodec/vc9data.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2005-01-30 22:28:11 +0000
committerMichael Niedermayer <michaelni@gmx.at>2005-01-30 22:28:11 +0000
commit9da235c80399a2a10aebcd38d81a371f4575767e (patch)
treeec18118f40077d7c5822e05535bbe49f87ecb861 /libavcodec/vc9data.h
parent5e424311dd540835a5673c55473b094864a04759 (diff)
100000l (typos in the #define for selecting the NORM6 method -> wasnt compiled, after fixing typos new method doesnt even compile -> swicth back to old until its fixed)
Originally committed as revision 3907 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vc9data.h')
-rw-r--r--libavcodec/vc9data.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/vc9data.h b/libavcodec/vc9data.h
index f555f6f1ea..3afa8f89e4 100644
--- a/libavcodec/vc9data.h
+++ b/libavcodec/vc9data.h
@@ -7,7 +7,7 @@
#define VC9DATA_H
/* Set a method for reading VLC in NORM6 bitplane decoding */
-#define VLC_NORM6_METH0D 2
+#define TILE_VLC_METHOD 1
/* bfraction is fractional, we scale to the GCD 3*5*7*8 = 840 */
const int16_t vc9_bfraction_lut[23] = {
@@ -74,7 +74,7 @@ static const uint8_t vc9_norm2_bits[4] = {
1, 3, 3, 2
};
-#if VLC_NORM6_METH0D == 1
+#if TILE_VLC_METHOD == 1
static const uint16_t vc9_norm6_codes[64] = {
0x001, 0x002, 0x003, 0x000, 0x004, 0x001, 0x002, 0x047, 0x005, 0x003, 0x004, 0x04B, 0x005, 0x04D, 0x04E, 0x30E,
0x006, 0x006, 0x007, 0x053, 0x008, 0x055, 0x056, 0x30D, 0x009, 0x059, 0x05A, 0x30C, 0x05C, 0x30B, 0x30A, 0x037,