[FFmpeg-devel] [PATCH v0 01/14] avutil/frame: move counters utilized in loops to their scope

Jan Ekström jeebjp at gmail.com
Fri Mar 24 14:00:32 EET 2023


On Fri, Mar 24, 2023 at 12:33 PM Anton Khirnov <anton at khirnov.net> wrote:
>
> Quoting Jan Ekström (2023-03-21 00:33:55)
> > This way we can clean up separate definitions in functions with
> > just a single loop, as well as have no reuse between different
> > loops' counters in functions with multiple.
> > ---
> >  libavutil/frame.c | 76 ++++++++++++++++++++---------------------------
> >  1 file changed, 32 insertions(+), 44 deletions(-)
>
> Looks ok
>

Thanks. Applied as 90488e14408119f6c3a2061a6c26ee8bcfaddbce , as this
was just posted as part of this set in order to make it applicable, as
it was posted earlier on the ML and received no ACKs :D .

Jan


More information about the ffmpeg-devel mailing list