# HG changeset patch # User diego # Date 1209563835 0 # Node ID 89b58769e45b92300c02d21a5ebb82de62877e12 # Parent 1ca484e74f18a0e1d2b8502c47b3a9533fec3a3f Disable unused function. diff -r 1ca484e74f18 -r 89b58769e45b TOOLS/movinfo.c --- 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;