aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/mpeg12.c
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/mpeg12.c
parentd7e9533aa06f4073a27812349b35ba5fede11ca1 (diff)
downloadffmpeg-2417652e9fbb2a4282909217fd53693bd7b7e11c.tar.gz
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/mpeg12.c')
-rw-r--r--libavcodec/mpeg12.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mpeg12.c b/libavcodec/mpeg12.c
index 18e0a53d39..4ba235cca0 100644
--- a/libavcodec/mpeg12.c
+++ b/libavcodec/mpeg12.c
@@ -1187,6 +1187,7 @@ static int mpeg_decode_init(AVCodecContext *avctx)
s->mpeg_enc_ctx.picture_number = 0;
s->repeat_field = 0;
s->mpeg_enc_ctx.codec_id= avctx->codec->id;
+ avctx->mbskip_table= s->mpeg_enc_ctx.mbskip_table;
return 0;
}