[FFmpeg-devel] [PATCH 2/2] lavfi/ebur128: fix indentation after last commit

Paul B Mahol onemda at gmail.com
Sat Jun 27 22:50:02 CEST 2015


On 11/16/14, Marton Balint <cus at passwd.hu> wrote:
> Signed-off-by: Marton Balint <cus at passwd.hu>
> ---
>  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
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>

lgtm


More information about the ffmpeg-devel mailing list