summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-30 13:57:15 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-30 13:57:15 +0000
commit375be23d2c0f282da93b7235960a4eb4350301de (patch)
treea47b3638d7081032b1e7f6fd50b7a81124af4f2c /TOOLS
parentc5d5fe98b24e7e9e34b06b88d5d9ae212ea74974 (diff)
downloadmpv-375be23d2c0f282da93b7235960a4eb4350301de.tar.bz2
mpv-375be23d2c0f282da93b7235960a4eb4350301de.tar.xz
Disable unused function.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26608 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/movinfo.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/TOOLS/movinfo.c b/TOOLS/movinfo.c
index 7157573e37..73849b24a7 100644
--- a/TOOLS/movinfo.c
+++ b/TOOLS/movinfo.c
@@ -98,6 +98,7 @@ static void audio_stream_info(FILE *f, int len)
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 len, int pos, int level)
}
fseek(f,orig_pos,SEEK_SET);
}
+#endif
int time_scale = 0;