FFmpeg/libavcodec/x86/vvc
Andreas Rheinhardt 39b4b5aad7 avcodec: Remove superfluous ';' outside of functions
Inside a function an extra ';' is a null statement;
but outside of it it simply must not happen.
So remove them.

Reviewed-by: Nuo Mi <nuomi2021@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2024-02-21 01:06:29 +01:00
..
Makefile x86/Makefile: fix hevc and vvc dependency of h2656dsp.o 2024-02-01 16:02:50 -03:00
vvc_mc.asm x86/vvc/vvc_mc: wrap the entire file in x86_64 and AVX2 checks 2024-02-01 10:23:42 -03:00
vvcdsp_init.c avcodec: Remove superfluous ';' outside of functions 2024-02-21 01:06:29 +01:00