diff mpegvideo.h @ 345:e05b357a398a libavcodec

export mbskip_table for direct rendering add hurry_up support
author michaelni
date Sat, 27 Apr 2002 13:12:57 +0000
parents 9f6071a87e17
children 3c5266cda02d
line wrap: on
line diff
--- a/mpegvideo.h	Sat Apr 27 12:30:26 2002 +0000
+++ b/mpegvideo.h	Sat Apr 27 13:12:57 2002 +0000
@@ -196,6 +196,9 @@
     int no_rounding; /* apply no rounding to motion compensation (MPEG4, msmpeg4, ...) 
                         for b-frames rounding mode is allways 0 */
 
+    int hurry_up;     /* when set to 1 during decoding, b frames will be skiped
+                         when set to 2 idct/dequant will be skipped too */
+
     /* macroblock layer */
     int mb_x, mb_y;
     int mb_incr;