On Sat, Jun 27, 2015 at 08:50:02PM +0000, 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 

Attachment: signature.asc
Description: Digital signature

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

Reply via email to