diff options
author | Loren Merritt <lorenm@u.washington.edu> | 2005-06-08 00:40:41 +0000 |
---|---|---|
committer | Loren Merritt <lorenm@u.washington.edu> | 2005-06-08 00:40:41 +0000 |
commit | 1b7576e785c47f43179e660d4bbb2d22b89a73c9 (patch) | |
tree | c35118f3b2374c939cfdec77d4dc9743c0f334ae /libavcodec/h264data.h | |
parent | 1ab1f099ebb03f55db1970a200497f3b28be17bf (diff) | |
download | ffmpeg-1b7576e785c47f43179e660d4bbb2d22b89a73c9.tar.gz |
typo in cabac tables
Originally committed as revision 4360 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h264data.h')
-rw-r--r-- | libavcodec/h264data.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/h264data.h b/libavcodec/h264data.h index f72cb2d485..3e326bf30f 100644 --- a/libavcodec/h264data.h +++ b/libavcodec/h264data.h @@ -1078,15 +1078,15 @@ static const int cabac_context_init_PB[3][460][2] = { 11, 83 }, /* 399 - 435 */ - { 24, 32 }, { 21, 49 }, { 21, 54 }, + { 25, 32 }, { 21, 49 }, { 21, 54 }, { -5, 85 }, { -6, 81 }, { -10, 77 }, { -7, 81 }, - { -17, 80 }, { -18, 73 }, { -4, 74 }, { -10, 8 }, + { -17, 80 }, { -18, 73 }, { -4, 74 }, { -10, 83 }, { -9, 71 }, { -9, 67 }, { -1, 61 }, { -8, 66 }, { -14, 66 }, { 0, 59 }, { 2, 59 }, { 17, -10 }, { 32, -13 }, { 42, -9 }, { 49, -5 }, { 53, 0 }, { 64, 3 }, { 68, 10 }, { 66, 27 }, { 47, 57 }, { -5, 71 }, { 0, 24 }, { -1, 36 }, { -2, 42 }, - { -2, 52 }, { -9, 57 }, { -6, 53 }, { -4, 65 }, + { -2, 52 }, { -9, 57 }, { -6, 63 }, { -4, 65 }, { -4, 67 }, { -7, 82 }, /* 436 - 459 */ |