[MPlayer-cvslog] r25197 - trunk/vobsub.c
ulion
subversion at mplayerhq.hu
Thu Nov 29 04:35:51 CET 2007
Author: ulion
Date: Thu Nov 29 04:35:50 2007
New Revision: 25197
Log:
Even when vobsub is forced, .ifo file is still not necessary,
so change the log level from error to warning.
Modified:
trunk/vobsub.c
Modified: trunk/vobsub.c
==============================================================================
--- trunk/vobsub.c (original)
+++ trunk/vobsub.c Thu Nov 29 04:35:50 2007
@@ -991,7 +991,7 @@ vobsub_parse_ifo(void* this, const char
rar_stream_t *fd = rar_open(name, "rb");
if (fd == NULL) {
if (force)
- mp_msg(MSGT_VOBSUB,MSGL_ERR, "VobSub: Can't open IFO file\n");
+ mp_msg(MSGT_VOBSUB,MSGL_WARN, "VobSub: Can't open IFO file\n");
} else {
// parse IFO header
unsigned char block[0x800];
More information about the MPlayer-cvslog
mailing list