Mercurial > mplayer.hg
changeset 36375:3bcbcece8db9
vo pnm: Always print output directory
Behave like vo jpeg and png regarding that log message.
author | al |
---|---|
date | Wed, 16 Oct 2013 19:02:00 +0000 |
parents | cd83754e4f3a |
children | 449dd308d5c6 |
files | libvo/vo_pnm.c |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_pnm.c Wed Oct 16 18:56:16 2013 +0000 +++ b/libvo/vo_pnm.c Wed Oct 16 19:02:00 2013 +0000 @@ -227,9 +227,7 @@ 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: