warning fix:

demux_lmlm4.c: In function 'demux_lmlm4_fill_buffer':
demux_lmlm4.c:215: warning: label 'hdr' defined but not used


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24377 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-09-09 09:48:51 +00:00
parent 59d308823c
commit 8cbcc28e06
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ static int demux_lmlm4_fill_buffer(demuxer_t *demux, demux_stream_t *ds)
int id=1;
int ret;
hdr:
//hdr:
demux->filepos = stream_tell(demux->stream);
mp_msg(MSGT_DEMUX, MSGL_DBG2, "fpos = %"PRId64"\n", (int64_t)demux->filepos);