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

Anton Khirnov anton at khirnov.net
Fri Mar 24 12:33:15 EET 2023


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

-- 
Anton Khirnov


More information about the ffmpeg-devel mailing list