[FFmpeg-cvslog] lavfi/hue: show first decimal value of saturation

Stefano Sabatini git at videolan.org
Fri Dec 20 19:26:40 CET 2013


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Fri Dec 20 19:25:42 2013 +0100| [d055a1395c23e18dc90998d768f9e8316466610a] | committer: Stefano Sabatini

lavfi/hue: show first decimal value of saturation

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d055a1395c23e18dc90998d768f9e8316466610a
---

 libavfilter/vf_hue.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavfilter/vf_hue.c b/libavfilter/vf_hue.c
index ec8faaf..7843673 100644
--- a/libavfilter/vf_hue.c
+++ b/libavfilter/vf_hue.c
@@ -353,7 +353,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *inpic)
     }
 
     av_log(inlink->dst, AV_LOG_DEBUG,
-           "H:%0.1f*PI h:%0.1f s:%0.f b:%0.f t:%0.1f n:%d\n",
+           "H:%0.1f*PI h:%0.1f s:%0.1f b:%0.f t:%0.1f n:%d\n",
            hue->hue/M_PI, hue->hue_deg, hue->saturation, hue->brightness,
            hue->var_values[VAR_T], (int)hue->var_values[VAR_N]);
 



More information about the ffmpeg-cvslog mailing list