summaryrefslogtreecommitdiff
path: root/libavcodec/vc1data.h
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2007-02-05 06:56:49 +0000
committerKostya Shishkov <kostya.shishkov@gmail.com>2007-02-05 06:56:49 +0000
commit5dc4b2108f56dc7598432a0a005947e572c91f66 (patch)
treee5b1d463e05ffed3db41c9a7170e60ef33be2fb2 /libavcodec/vc1data.h
parent9ecf7fada31aac294dee540abb9a8dcf8131d67d (diff)
table fix
Originally committed as revision 7819 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vc1data.h')
-rw-r--r--libavcodec/vc1data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vc1data.h b/libavcodec/vc1data.h
index 70e88b5251..9b0a854bfe 100644
--- a/libavcodec/vc1data.h
+++ b/libavcodec/vc1data.h
@@ -199,7 +199,7 @@ static const uint8_t vc1_4mv_block_pattern_codes[4][16] = {
{ 14, 58, 59, 25, 12, 26, 15, 15, 13, 24, 27, 0, 28, 1, 2, 2},
{ 8, 18, 19, 4, 20, 5, 30, 11, 21, 31, 6, 12, 7, 13, 14, 0},
{ 15, 6, 7, 2, 8, 3, 28, 9, 10, 29, 4, 11, 5, 12, 13, 0},
- { 0, 11, 12, 4, 13, 5, 30, 16, 14, 31, 6, 17, 7, 18, 19, 19}
+ { 0, 11, 12, 4, 13, 5, 30, 16, 14, 31, 6, 17, 7, 18, 19, 10}
};
static const uint8_t vc1_4mv_block_pattern_bits[4][16] = {
{ 5, 6, 6, 5, 5, 5, 5, 4, 5, 5, 5, 3, 5, 3, 3, 2},