[FFmpeg-devel] [PATCH 2/2] lavfi/ebur128: fix indentation after last commit
Michael Niedermayer
michaelni at gmx.at
Sat Jun 27 23:07:32 CEST 2015
On Sat, Jun 27, 2015 at 08:50:02PM +0000, Paul B Mahol wrote:
> 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
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150627/489a330c/attachment.asc>
More information about the ffmpeg-devel
mailing list