Signed-off-by: Marton Balint <[email protected]>
---
libavfilter/f_ebur128.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavfilter/f_ebur128.c b/libavfilter/f_ebur128.c
index 8780062..63b4dad 100644
--- a/libavfilter/f_ebur128.c
+++ b/libavfilter/f_ebur128.c
@@ -316,8 +316,8 @@ static int config_video_output(AVFilterLink *outlink)
ebur128->y_line_ref[y] = ((i % ebur128->line_step == 0) ? i : 0);
y -= 4; // -4 to center vertically
if (i % ebur128->line_step == 0)
- drawtext(outpicref, x, y + ebur128->graph.y, FONT8, font_colors+3,
- "%c%d", i < 0 ? '-' : i > 0 ? '+' : ' ', FFABS(i));
+ drawtext(outpicref, x, y + ebur128->graph.y, FONT8, font_colors+3,
+ "%c%d", i < 0 ? '-' : i > 0 ? '+' : ' ', FFABS(i));
}
/* draw graph */
--
2.1.2
_______________________________________________
ffmpeg-devel mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel