[MPlayer-dev-eng] [PATCH 3/3] vo pnm: Always print output directory

Alexander Strasser eclipse7 at gmx.net
Sun Sep 22 12:55:00 CEST 2013


Behave like vo jpeg and png regarding that log message.

Signed-off-by: Alexander Strasser <eclipse7 at gmx.net>
---
 libvo/vo_pnm.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/libvo/vo_pnm.c b/libvo/vo_pnm.c
index 9fd1da1..0804080 100644
--- a/libvo/vo_pnm.c
+++ b/libvo/vo_pnm.c
@@ -227,9 +227,7 @@ static void pnm_mkdir(char *buf, int verbose) {
                     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:
-- 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20130922/1652ad66/attachment-0001.asc>


More information about the MPlayer-dev-eng mailing list