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

2015-06-27 Thread Michael Niedermayer
On Sat, Jun 27, 2015 at 08:50:02PM +, Paul B Mahol wrote:
 On 11/16/14, Marton Balint c...@passwd.hu wrote:
  Signed-off-by: Marton Balint c...@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@ffmpeg.org
  http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 
 
 lgtm

this depends on patch 1/2
whats the status of that ?


[...]
-- 
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

The educated differ from the uneducated as much as the living from the
dead. -- Aristotle 


signature.asc
Description: Digital signature
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


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

2015-06-27 Thread Paul B Mahol
On 11/16/14, Marton Balint c...@passwd.hu wrote:
 Signed-off-by: Marton Balint c...@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@ffmpeg.org
 http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


lgtm
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


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

2014-11-16 Thread Marton Balint
Signed-off-by: Marton Balint c...@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@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel