0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11791 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rfelker 2004-01-16 03:56:25 +00:00
parent 96868f32a2
commit bfa4427682

View File

@ -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);