mirror of
https://github.com/mpv-player/mpv
synced 2025-02-06 07:01:45 +00:00
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:
parent
59d308823c
commit
8cbcc28e06
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user