From 1b7576e785c47f43179e660d4bbb2d22b89a73c9 Mon Sep 17 00:00:00 2001 From: Loren Merritt Date: Wed, 8 Jun 2005 00:40:41 +0000 Subject: typo in cabac tables Originally committed as revision 4360 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/h264data.h | 6 +++--- 1 file 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 */ -- cgit v1.2.3