git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
121fc05
)
avfilter/af_compand: %f is for printing doubles
author
Michael Niedermayer
<michaelni@gmx.at>
Tue, 30 Jul 2013 18:29:46 +0000
(20:29 +0200)
committer
Michael Niedermayer
<michaelni@gmx.at>
Tue, 30 Jul 2013 20:24:42 +0000
(22:24 +0200)
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavfilter/af_compand.c
patch
|
blob
|
history
diff --git
a/libavfilter/af_compand.c
b/libavfilter/af_compand.c
index
8630cda
..
6cbfbf4
100644
(file)
--- a/
libavfilter/af_compand.c
+++ b/
libavfilter/af_compand.c
@@
-355,7
+355,7
@@
static int config_output(AVFilterLink *outlink)
return AVERROR(EINVAL);
}
S(i).y -= S(i).x;
- av_log(ctx, AV_LOG_DEBUG, "%d: x=%
lf y=%l
f\n", i, S(i).x, S(i).y);
+ av_log(ctx, AV_LOG_DEBUG, "%d: x=%
f y=%
f\n", i, S(i).x, S(i).y);
new_nb_items++;
}
num = new_nb_items;