diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2021-01-24 22:26:06 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2021-01-26 17:44:41 +0100 |
commit | 3c700c82cbee49d1f40b6a7063f4b084ae3ee747 (patch) | |
tree | e4a0d895f54dba3c96a3696a07f6651a55ee9cbb /libavcodec/mpegutils.c | |
parent | 9e30859cb60b915f237581e3ce91b0d31592edc0 (diff) | |
download | ffmpeg-3c700c82cbee49d1f40b6a7063f4b084ae3ee747.tar.gz |
avfilter/vf_unsharp: Remove unnecessary ;
A macro that expands to a function definition might look like a
declaration, but it isn't and therefore an extra ';' at the end is
unnecessary and actually invalid (both GCC and Clang warn about this
when using -pedantic).
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavcodec/mpegutils.c')
0 files changed, 0 insertions, 0 deletions