Mercurial > mplayer.hg
changeset 26576:89b58769e45b
Disable unused function.
author | diego |
---|---|
date | Wed, 30 Apr 2008 13:57:15 +0000 |
parents | 1ca484e74f18 |
children | d1e4656332cf |
files | TOOLS/movinfo.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/TOOLS/movinfo.c Wed Apr 30 13:53:40 2008 +0000 +++ b/TOOLS/movinfo.c Wed Apr 30 13:57:15 2008 +0000 @@ -98,6 +98,7 @@ 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 @@ } fseek(f,orig_pos,SEEK_SET); } +#endif int time_scale = 0;