changeset 29638:209b805a26a9

%lf is not a valid printf format specifier, use just %f instead.
author reimar
date Mon, 14 Sep 2009 13:16:35 +0000
parents a2311414eb93
children 26a355ffe458
files libmpcodecs/vf_expand.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/vf_expand.c	Mon Sep 14 10:26:53 2009 +0000
+++ b/libmpcodecs/vf_expand.c	Mon Sep 14 13:16:35 2009 +0000
@@ -442,7 +442,7 @@
     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,