diff mpegvideo.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 db20b987c32d
line wrap: on
line diff
--- a/mpegvideo.h	Tue Mar 05 13:58:13 2002 +0000
+++ b/mpegvideo.h	Thu Mar 07 13:27:15 2002 +0000
@@ -164,7 +164,11 @@
     int sprite_left;
     int sprite_top;
     int sprite_brightness_change;
-    int no_sprite_wraping_points;
+    int num_sprite_warping_points;
+    int sprite_offset[2][2];
+    int sprite_delta[2][2][2];
+    int sprite_shift[2][2];
+    int mcsel;
     int quant_precision;
     int quarter_sample;
     int scalability;
@@ -174,7 +178,7 @@
     int sprite_warping_accuracy;
     int low_latency_sprite;
     int data_partioning;
-
+    
     /* RV10 specific */
     int rv10_version; /* RV10 version: 0 or 3 */
     int rv10_first_dc_coded[3];