summaryrefslogtreecommitdiffstats
path: root/libavcodec/h263data.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2003-11-29 08:44:33 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-11-29 08:44:33 +0000
commit3e8a5124a24719c89921cc5aa6215ff9d480ed0e (patch)
tree3b0bf735717ef181ca43d930447460ced0b84c74 /libavcodec/h263data.h
parentdba019dabab2314d00e30b8d53a5ae46de711953 (diff)
downloadffmpeg-streaming-3e8a5124a24719c89921cc5aa6215ff9d480ed0e.zip
ffmpeg-streaming-3e8a5124a24719c89921cc5aa6215ff9d480ed0e.tar.gz
forgot
Originally committed as revision 2542 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h263data.h')
-rw-r--r--libavcodec/h263data.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/libavcodec/h263data.h b/libavcodec/h263data.h
index 809b10d..5af773f 100644
--- a/libavcodec/h263data.h
+++ b/libavcodec/h263data.h
@@ -183,6 +183,22 @@ static RLTable rl_intra_aic = {
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 },
OpenPOWER on IntegriCloud