summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2005-01-23 22:49:41 +0000
committerMichael Niedermayer <michaelni@gmx.at>2005-01-23 22:49:41 +0000
commitbc399ae6a46fcda318f160025654f6ba40c14cf9 (patch)
tree4e29bd7a519c1b6861cfa4a6fcab0ac57b355f55 /libavcodec
parente25fa2136f28e9363ee61dd752183ed3a15fe92c (diff)
1000000000l typos
Originally committed as revision 3877 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/vc9data.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/vc9data.h b/libavcodec/vc9data.h
index 64afab3b88..9d2ffb5f1c 100644
--- a/libavcodec/vc9data.h
+++ b/libavcodec/vc9data.h
@@ -341,7 +341,7 @@ static const uint32_t vc9_luma_dc_codes[2][120] = {
1951, 1365, 3901, 3895, 3900, 3893, 7789, 7784,
15576, 15571, 15577, 31140, 996538, 996532, 996533, 996534,
996535, 996536, 996537, 996539, 996540, 996541, 996542, 996543,
- 1993024, 1993025, 1993026, 1993027, 1993029, 1993029, 1993030, 1993031,
+ 1993024, 1993025, 1993026, 1993027, 1993028, 1993029, 1993030, 1993031,
1993032, 1993033, 1993034, 1993035, 1993036, 1993037, 1993038, 1993039,
1993040, 1993041, 1993042, 1993043, 1993044, 1993045, 1993046, 1993047,
1993048, 1993049, 1993050, 1993051, 1993052, 1993053, 1993054, 1993055,
@@ -366,6 +366,7 @@ static const uint8_t vc9_luma_dc_bits[2][120] = {
14, 14, 15, 15, 15, 15, 15, 16, 16, 16, 17, 17, 17, 17, 18, 18,
19, 19, 19, 20, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25,
26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26,
+ 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26,
26, 26, 26, 26, 26, 26, 26, 26 /* himo, 120 values */
}
};