mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-02 12:20:03 +01:00
They are not allowed outside of functions. Fixes the warning "ISO C does not allow extra ‘;’ outside of a function [-Wpedantic]" when compiling with GCC and -pedantic. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>