summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2002-04-27 13:12:57 +0000
committerMichael Niedermayer <michaelni@gmx.at>2002-04-27 13:12:57 +0000
commit2417652e9fbb2a4282909217fd53693bd7b7e11c (patch)
treeca0c08ed7a1db11cfa9d35225fd61946c53292ca /libavcodec/mpegvideo.h
parentd7e9533aa06f4073a27812349b35ba5fede11ca1 (diff)
export mbskip_table for direct rendering
add hurry_up support Originally committed as revision 424 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r--libavcodec/mpegvideo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h
index 22c878963f..962e0c54ca 100644
--- a/libavcodec/mpegvideo.h
+++ b/libavcodec/mpegvideo.h
@@ -196,6 +196,9 @@ typedef struct MpegEncContext {
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;