diff psxstr.c @ 683:095009fc2f35 libavformat

kill warnings patch by (Mns Rullgrd <mru inprovide com>)
author michael
date Thu, 24 Feb 2005 19:08:50 +0000
parents 0fdc96c2f2fe
children c5077fdab490
line wrap: on
line diff
--- a/psxstr.c	Thu Feb 24 15:18:02 2005 +0000
+++ b/psxstr.c	Thu Feb 24 19:08:50 2005 +0000
@@ -107,6 +107,7 @@
     return 50;
 }
 
+#if 0
 static void dump(unsigned char *buf,size_t len)
 {
     int i;
@@ -117,6 +118,7 @@
     }
     av_log(NULL, AV_LOG_DEBUG, "\n");
 }
+#endif
 
 static int str_read_header(AVFormatContext *s,
                            AVFormatParameters *ap)