[MPlayer-cvslog] r29680 - trunk/libmpcodecs/vf_expand.c
reimar
subversion at mplayerhq.hu
Mon Sep 14 15:16:35 CEST 2009
Author: reimar
Date: Mon Sep 14 15:16:35 2009
New Revision: 29680
Log:
%lf is not a valid printf format specifier, use just %f instead.
Modified:
trunk/libmpcodecs/vf_expand.c
Modified: trunk/libmpcodecs/vf_expand.c
==============================================================================
--- trunk/libmpcodecs/vf_expand.c Mon Sep 14 12:26:53 2009 (r29679)
+++ trunk/libmpcodecs/vf_expand.c Mon Sep 14 15:16:35 2009 (r29680)
@@ -442,7 +442,7 @@ static int open(vf_instance_t *vf, char*
vf->draw_slice=draw_slice;
vf->get_image=get_image;
vf->put_image=put_image;
- mp_msg(MSGT_VFILTER, MSGL_INFO, "Expand: %d x %d, %d ; %d, osd: %d, aspect: %lf, round: %d\n",
+ mp_msg(MSGT_VFILTER, MSGL_INFO, "Expand: %d x %d, %d ; %d, osd: %d, aspect: %f, round: %d\n",
vf->priv->cfg_exp_w,
vf->priv->cfg_exp_h,
vf->priv->cfg_exp_x,
More information about the MPlayer-cvslog
mailing list