FFmpeg/libavcodec
Andreas Rheinhardt ad12e31b03 avcodec/x86/flacdsp_init: Remove double ';'
Inside a function, the second ';' in ";;" is just a null statement,
but it is actually illegal outside of functions. Compilers
nevertheless accept it without warning, except when in -pedantic
mode when e.g. Clang emits a -Wextra-semi warning. Therefore
remove the unnecessary ';'.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2022-09-05 20:54:57 +02:00
..
2022-08-28 12:56:26 +02:00
2022-08-31 16:25:31 +02:00
2022-08-05 03:28:45 +02:00
2022-09-05 01:42:28 +02:00