mirror of
https://github.com/mpv-player/mpv
synced 2024-12-16 11:55:42 +00:00
100l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11791 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
96868f32a2
commit
bfa4427682
@ -167,7 +167,7 @@ int lmlm4_check_file(demuxer_t* demuxer)
|
||||
|
||||
if(getFrame(demuxer, &frameInfo)!=1){
|
||||
stream_skip(demuxer->stream,-8);
|
||||
mp_msg(MSGT_DEMUX, MSGL_INFO, "LMLM4 Stream Format not found\n");
|
||||
mp_msg(MSGT_DEMUX, MSGL_V, "LMLM4 Stream Format not found\n");
|
||||
return 0;
|
||||
}
|
||||
first=stream_read_dword(demuxer->stream);
|
||||
|
Loading…
Reference in New Issue
Block a user