[MPlayer-cvslog] r31171 - trunk/subreader.c
compn
subversion at mplayerhq.hu
Thu May 13 20:11:45 CEST 2010
Author: compn
Date: Thu May 13 20:11:45 2010
New Revision: 31171
Log:
move 'dvdsublang... moviename en,eng,' message to debug level.
patch by ubitux at gmail.
Modified:
trunk/subreader.c
Modified: trunk/subreader.c
==============================================================================
--- trunk/subreader.c Wed May 12 22:47:32 2010 (r31170)
+++ trunk/subreader.c Thu May 13 20:11:45 2010 (r31171)
@@ -1922,7 +1922,7 @@ char** sub_filenames(const char* path, c
if (!prio && tmp_sub_id)
{
sprintf(tmpresult, "%s %s", f_fname_trim, tmp_sub_id);
- mp_msg(MSGT_SUBREADER,MSGL_INFO,"dvdsublang...%s\n", tmpresult);
+ mp_msg(MSGT_SUBREADER, MSGL_DBG2,"Potential sub: %s\n", tmp_fname_trim);
if (strcmp(tmp_fname_trim, tmpresult) == 0 && sub_match_fuzziness >= 1) {
// matches the movie name + lang extension
prio = 5;
More information about the MPlayer-cvslog
mailing list