]> git.sesse.net Git - ffmpeg/commit
avcodec/filter: Remove extra '; ' outside of functions
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Mon, 7 Oct 2019 00:10:30 +0000 (02:10 +0200)
committerPaul B Mahol <onemda@gmail.com>
Mon, 7 Oct 2019 19:15:55 +0000 (21:15 +0200)
commit361fb42e1e53a78a96a8b30ed7c4baff18fa206e
treea06273b1080628943cc75bfff617a02180965adb
parent0633d87ae6e6a63669d0877aac5a12c22778b0e8
avcodec/filter: Remove extra '; ' outside of functions

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>
libavcodec/v4l2_m2m_dec.c
libavfilter/vf_blend.c
libavfilter/vf_vmafmotion.c
libavfilter/x86/scene_sad_init.c