diff h263dec.c @ 562:23e58889a108 libavcodec

exporting mbskip_table after it has been allocated
author michaelni
date Tue, 16 Jul 2002 11:45:14 +0000
parents 762c67fd4078
children 86ebb02c6693
line wrap: on
line diff
--- a/h263dec.c	Tue Jul 16 10:29:07 2002 +0000
+++ b/h263dec.c	Tue Jul 16 11:45:14 2002 +0000
@@ -88,7 +88,6 @@
         return -1;
     }
     s->codec_id= avctx->codec->id;
-    avctx->mbskip_table= s->mbskip_table;
 
     /* for h263, we allocate the images after having read the header */
     if (avctx->codec->id != CODEC_ID_H263 && avctx->codec->id != CODEC_ID_MPEG4)