]> git.sesse.net Git - vlc/blobdiff - modules/codec/ffmpeg/postprocessing/postprocessing.c
* ./include/modules_inner.h: support for several modules with the same
[vlc] / modules / codec / ffmpeg / postprocessing / postprocessing.c
index 18f2577a9e9445fa36a53ebc1accaf021db5741c..0c1e932341136bbd3bf2df411b7850082c8c779c 100644 (file)
@@ -2,7 +2,7 @@
  * postprocessing.c
  *****************************************************************************
  * Copyright (C) 1999-2001 VideoLAN
- * $Id: postprocessing.c,v 1.1 2002/08/04 22:13:06 fenrir Exp $
+ * $Id: postprocessing.c,v 1.2 2002/08/08 22:28:22 sam Exp $
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *
@@ -134,7 +134,7 @@ static int pp_postprocess( picture_t *p_pic,
                            unsigned int i_mode )
 {
     /* Some sanity checks */
-//    if( ( p_pic->i_height&0x0f )||( p_pic->i_width&0x0f )||
+/*    if( ( p_pic->i_height&0x0f )||( p_pic->i_width&0x0f )||*/
     if( ( p_pic->p_heap->i_chroma != VLC_FOURCC( 'I', '4', '2', '0' ) )&&
         ( p_pic->p_heap->i_chroma != VLC_FOURCC( 'Y', 'V', '1', '2' ) ) )
     {