diff mpeg4data.h @ 254:b4fed8b24e3a libavcodec

gmc bitstream decoding support (the real motion compensation isnt implemnted yet)
author michaelni
date Thu, 07 Mar 2002 13:27:15 +0000
parents 4448dd55d415
children 7d941b8c4e84
line wrap: on
line diff
--- a/mpeg4data.h	Tue Mar 05 13:58:13 2002 +0000
+++ b/mpeg4data.h	Thu Mar 07 13:27:15 2002 +0000
@@ -93,3 +93,9 @@
     intra_run,
     intra_level,
 };
+
+static const UINT16 sprite_trajectory_tab[15][2] = {
+ {0x00, 2}, {0x02, 3},  {0x03, 3},  {0x04, 3}, {0x05, 3}, {0x06, 3},
+ {0x0E, 4}, {0x1E, 5},  {0x3E, 6},  {0x7E, 7}, {0xFE, 8}, 
+ {0x1FE, 9},{0x3FE, 10},{0x7FE, 11},{0xFFE, 12},
+};