[vlc-devel] commit: libmpeg2: compile fix (Derk-Jan Hartman )

git version control git at videolan.org
Sun Sep 28 18:12:22 CEST 2008


vlc | branch: master | Derk-Jan Hartman <hartman at videolan.org> | Sun Sep 28 18:15:48 2008 +0200| [74095abc994d2d59dc4840c7cfcc468c27485ffb] | committer: Derk-Jan Hartman 

libmpeg2: compile fix

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=74095abc994d2d59dc4840c7cfcc468c27485ffb
---

 modules/codec/libmpeg2.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/codec/libmpeg2.c b/modules/codec/libmpeg2.c
index dc40199..b586e20 100644
--- a/modules/codec/libmpeg2.c
+++ b/modules/codec/libmpeg2.c
@@ -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;
 




More information about the vlc-devel mailing list