diff mpeg12.c @ 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 abbed9f28d75
line wrap: on
line diff
--- a/mpeg12.c	Sat Apr 27 12:30:26 2002 +0000
+++ b/mpeg12.c	Sat Apr 27 13:12:57 2002 +0000
@@ -1187,6 +1187,7 @@
     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;
 }