Re: [FFmpeg-devel] [PATCH] avcodec/filter: Remove extra '; ' outside of functions

2019-10-07 Thread Paul B Mahol
applied On 10/7/19, Paul B Mahol wrote: > ok > ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject

Re: [FFmpeg-devel] [PATCH] avcodec/filter: Remove extra '; ' outside of functions

2019-10-07 Thread Paul B Mahol
ok On 10/7/19, Andreas Rheinhardt wrote: > 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 > --- > libavcodec/v4l2_m2m_dec.c