mirror of https://github.com/mpv-player/mpv
Disable unused function.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26608 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c5d5fe98b2
commit
375be23d2c
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue