[MPlayer-cvslog] r36471 - trunk/libvo/vo_pnm.c
al
subversion at mplayerhq.hu
Wed Oct 16 21:02:00 CEST 2013
Author: al
Date: Wed Oct 16 21:02:00 2013
New Revision: 36471
Log:
vo pnm: Always print output directory
Behave like vo jpeg and png regarding that log message.
Modified:
trunk/libvo/vo_pnm.c
Modified: trunk/libvo/vo_pnm.c
==============================================================================
--- trunk/libvo/vo_pnm.c Wed Oct 16 20:56:16 2013 (r36470)
+++ trunk/libvo/vo_pnm.c Wed Oct 16 21:02:00 2013 (r36471)
@@ -227,9 +227,7 @@ static void pnm_mkdir(char *buf, int ver
exit_player(EXIT_ERROR);
}
- if (strcmp(buf, ".") != 0) {
- mp_msg(MSGT_VO, MSGL_INFO, "%s: %s: %s\n", info.short_name, MSGTR_VO_OutputDirectory, buf);
- }
+ mp_msg(MSGT_VO, MSGL_INFO, "%s: %s: %s\n", info.short_name, MSGTR_VO_OutputDirectory, buf);
break;
default:
More information about the MPlayer-cvslog
mailing list