]> git.sesse.net Git - vlc/commitdiff
libmpeg2: compile fix
authorDerk-Jan Hartman <hartman@videolan.org>
Sun, 28 Sep 2008 16:15:48 +0000 (18:15 +0200)
committerDerk-Jan Hartman <hartman@videolan.org>
Sun, 28 Sep 2008 16:15:48 +0000 (18:15 +0200)
modules/codec/libmpeg2.c

index dc40199cb65e1f022d4b15aae2e66e7058147065..b586e20c579a2b2a1df38a59be9df7a7de2fcaf4 100644 (file)
@@ -467,8 +467,8 @@ static picture_t *DecodeBlock( decoder_t *p_dec, block_t **pp_block )
                 else p_sys->i_cc_flags = BLOCK_FLAG_TYPE_I;
 
                 cc_Extract( &p_sys->cc, &p_sys->p_info->user_data[0], p_sys->p_info->user_data_len );
-#endif
             }
+#endif
         }
         break;