]> git.sesse.net Git - vlc/commitdiff
* modules/codec/libmpeg2.c: We do not want to force the maintainer to use
authorChristophe Massiot <massiot@videolan.org>
Tue, 31 May 2005 15:31:10 +0000 (15:31 +0000)
committerChristophe Massiot <massiot@videolan.org>
Tue, 31 May 2005 15:31:10 +0000 (15:31 +0000)
   libmpeg2 cvs HEAD.

modules/codec/libmpeg2.c

index e44473c7549054882e6dfc81124a52152c9f4452..6d46f86d691d4c7faea0b3de35b6845f79f39193 100644 (file)
@@ -287,9 +287,11 @@ static picture_t *DecodeBlock( decoder_t *p_dec, block_t **pp_block )
             p_block->i_buffer = 0;
             break;
 
+#ifdef STATE_SEQUENCE_MODIFIED
         case STATE_SEQUENCE_MODIFIED:
             GetAR( p_dec );
             break;
+#endif
 
         case STATE_SEQUENCE:
         {