From 0723947265838d8ecbae28d73bf45644d7b8bd98 Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 9 Sep 2007 09:54:57 +0000 Subject: warning fix: demux_mov.c: In function 'mov_check_file': demux_mov.c:504: warning: label 'skip_chunk' defined but not used git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24378 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/demux_mov.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmpdemux/demux_mov.c b/libmpdemux/demux_mov.c index ca8300b2e1..fc43199dda 100644 --- a/libmpdemux/demux_mov.c +++ b/libmpdemux/demux_mov.c @@ -501,7 +501,7 @@ static int mov_check_file(demuxer_t* demuxer){ id = be2me_32(id); mp_msg(MSGT_DEMUX,MSGL_V,"MOV: unknown chunk: %.4s %d\n",(char *)&id,(int)len); } -skip_chunk: +//skip_chunk: if(!stream_skip(demuxer->stream,len-skipped)) break; ++no; } -- cgit v1.2.3