[FFmpeg-devel] [PATCH 01/23] lavc/movtextdec: fix ass header colors
John Stebbins
jstebbins at jetheaddev.com
Thu Apr 9 20:27:28 EEST 2020
On Thu, 2020-04-09 at 09:43 -0700, Philip Langdale wrote:
> On Thu, 9 Apr 2020 15:09:45 +0000
> John Stebbins <jstebbins at jetheaddev.com> wrote:
>
> > >
> >
> > I missed this review earlier. What about the indentation is
> > off? Do
> > you mean the indent of the function parameters does not align after
> > the opening paren? I was keeping the lines aligned without
> > wrapping
> > at 80 characters.
>
> Yes, I believe he's referring to the function parameters and not the
> overall indent. I would normally align to the paren. I think you can
> do
> that and keep under 80 if you put each one on its own line?
>
>
The lines get longer in a subsequent patch (7) and do not fit without
wrapping. So I would just have to undo the indent in that patch ;)
I could conceivable break lines at expression operators instead of
commas, but I think that would make reading more difficult.
More information about the ffmpeg-devel
mailing list