Mercurial > libavcodec.hg
diff mpegvideo.h @ 753:8e1f0939d15d libavcodec
complete mpeg4 GMC decoding support
| author | michaelni |
|---|---|
| date | Wed, 16 Oct 2002 19:55:49 +0000 |
| parents | 4adadf210b3b |
| children | 7f4cc2f6d642 |
line wrap: on
line diff
--- a/mpegvideo.h Wed Oct 16 17:23:18 2002 +0000 +++ b/mpegvideo.h Wed Oct 16 19:55:49 2002 +0000 @@ -369,9 +369,9 @@ int sprite_brightness_change; int num_sprite_warping_points; int real_sprite_warping_points; - int sprite_offset[2][2]; - int sprite_delta[2][2][2]; - int sprite_shift[2][2]; + int sprite_offset[2][2]; /* sprite offset[isChroma][isMVY] */ + int sprite_delta[2][2]; /* sprite_delta [isY][isMVY] */ + int sprite_shift[2]; /* sprite shift [isChroma] */ int mcsel; int quant_precision; int quarter_sample; /* 1->qpel, 0->half pel ME/MC */
