[MPlayer-cvslog] r26608 - trunk/TOOLS/movinfo.c

diego subversion at mplayerhq.hu
Wed Apr 30 15:57:15 CEST 2008


Author: diego
Date: Wed Apr 30 15:57:15 2008
New Revision: 26608

Log:
Disable unused function.


Modified:
   trunk/TOOLS/movinfo.c

Modified: trunk/TOOLS/movinfo.c
==============================================================================
--- trunk/TOOLS/movinfo.c	(original)
+++ trunk/TOOLS/movinfo.c	Wed Apr 30 15:57:15 2008
@@ -98,6 +98,7 @@ static void audio_stream_info(FILE *f, i
   fseek(f,orig_pos,SEEK_SET);
 }
 
+#if 0
 static void userdata_info(FILE *f, int len, int pos, int level)
 {
   int orig_pos = pos; /*ftell(f);*/
@@ -150,6 +151,7 @@ static void userdata_info(FILE *f, int l
   }
   fseek(f,orig_pos,SEEK_SET);
 }
+#endif
 
 int time_scale = 0;
 



More information about the MPlayer-cvslog mailing list