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
1 changed files with 1 additions and 1 deletions

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