From dc208e99cbf453ee6631a2fdd7f906625fdd46d5 Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 27 Jun 2007 13:01:43 +0000 Subject: [PATCH] Fix unused variable warnings. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23678 b3059339-0415-0410-9bf9-f77b7e298cf2 --- TOOLS/movinfo.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/TOOLS/movinfo.c b/TOOLS/movinfo.c index 4fbfbda5c8..c75eee0042 100644 --- a/TOOLS/movinfo.c +++ b/TOOLS/movinfo.c @@ -68,7 +68,7 @@ void *video_stream_info(FILE *f, int len) int orig_pos = ftell(f); unsigned char data[len-8]; int i; - char codec[len-8]; +// char codec[len-8]; len -= 8; for (i=0; i