# HG changeset patch # User michael # Date 1070095473 0 # Node ID e389d57db63087049ed1f56e8ca5184095382022 # Parent 7799582dc9b8d2a7727eed8eeffd859cc60ba94a forgot diff -r 7799582dc9b8 -r e389d57db630 h263data.h --- a/h263data.h Sat Nov 29 08:37:51 2003 +0000 +++ b/h263data.h Sat Nov 29 08:44:33 2003 +0000 @@ -183,6 +183,22 @@ intra_level_aic, }; +static const uint8_t wrong_run[102] = { + 1, 2, 3, 5, 4, 10, 9, 8, +11, 15, 17, 16, 23, 22, 21, 20, +19, 18, 25, 24, 27, 26, 11, 7, + 6, 1, 2, 13, 2, 2, 2, 2, + 6, 12, 3, 9, 1, 3, 4, 3, + 7, 4, 1, 1, 5, 5, 14, 6, + 1, 7, 1, 8, 1, 1, 1, 1, +10, 1, 1, 5, 9, 17, 25, 24, +29, 33, 32, 41, 2, 23, 28, 31, + 3, 22, 30, 4, 27, 40, 8, 26, + 6, 39, 7, 38, 16, 37, 15, 10, +11, 12, 13, 14, 1, 21, 20, 18, +19, 2, 1, 34, 35, 36 +}; + static const uint16_t h263_format[8][2] = { { 0, 0 }, { 128, 96 },