Disable unused function.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26608 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-04-30 13:57:15 +00:00
parent c5d5fe98b2
commit 375be23d2c
1 changed files with 2 additions and 0 deletions

View File

@ -98,6 +98,7 @@ static void audio_stream_info(FILE *f, int len)
fseek(f,orig_pos,SEEK_SET); fseek(f,orig_pos,SEEK_SET);
} }
#if 0
static void userdata_info(FILE *f, int len, int pos, int level) static void userdata_info(FILE *f, int len, int pos, int level)
{ {
int orig_pos = pos; /*ftell(f);*/ 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); fseek(f,orig_pos,SEEK_SET);
} }
#endif
int time_scale = 0; int time_scale = 0;