]> git.sesse.net Git - vlc/commitdiff
fix xxmc compilation.
authorRémi Duraffort <ivoire@videolan.org>
Wed, 26 Aug 2009 09:10:12 +0000 (11:10 +0200)
committerRémi Duraffort <ivoire@videolan.org>
Wed, 26 Aug 2009 09:10:12 +0000 (11:10 +0200)
modules/codec/xvmc/xxmc.c

index 19b238b9fb87d7450f4d1f82310a2b3e28664083..d1552a177b2fb418badcd760dfaf0819d0d72cf1 100644 (file)
@@ -220,6 +220,7 @@ static int OpenDecoder( vlc_object_t *p_this )
     return VLC_SUCCESS;
 }
 
+#if 0
 static void WriteDecodeFile(int value)
 {
     FILE *f_wd_ok;
@@ -232,6 +233,7 @@ static void WriteDecodeFile(int value)
         fclose(f_wd_ok);
     }
 }
+#endif
 
 /*****************************************************************************
  * RunDecoder: the libmpeg2 decoder
@@ -639,6 +641,7 @@ static void CloseDecoder( vlc_object_t *p_this )
     free( p_sys );
 }
 
+#if 0
 static double get_aspect_ratio( decoder_t *p_dec )
 {
     decoder_sys_t *p_sys = p_dec->p_sys;
@@ -676,6 +679,8 @@ static double get_aspect_ratio( decoder_t *p_dec )
     }
     return ratio;
 }
+#endif
+
 /*****************************************************************************
  * GetNewPicture: Get a new picture from the vout and set the buf struct
  *****************************************************************************/