summaryrefslogtreecommitdiffstats
path: root/libvo/vo_jpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_jpeg.c')
-rw-r--r--libvo/vo_jpeg.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libvo/vo_jpeg.c b/libvo/vo_jpeg.c
index d2b5982c89..f27f2fd3fb 100644
--- a/libvo/vo_jpeg.c
+++ b/libvo/vo_jpeg.c
@@ -354,8 +354,8 @@ static int preinit(const char *arg)
};
const char *info_message = NULL;
- mp_msg(MSGT_VO, MSGL_INFO, "%s: %s\n", info.short_name,
- _("Parsing suboptions."));
+ mp_msg(MSGT_VO, MSGL_V, "%s: %s\n", info.short_name,
+ "Parsing suboptions.");
jpeg_progressive_mode = 0;
jpeg_baseline = 1;
@@ -395,8 +395,8 @@ static int preinit(const char *arg)
jpeg_maxfiles);
}
- mp_msg(MSGT_VO, MSGL_INFO, "%s: %s\n", info.short_name,
- _("Suboptions parsed OK."));
+ mp_msg(MSGT_VO, MSGL_V, "%s: %s\n", info.short_name,
+ "Suboptions parsed OK.");
return 0;
}