Re: [FFmpeg-devel] [PATCH 2/2] lavfi/ebur128: Fix mixed declarations and code

2018-10-24 Thread Mark Thompson
On 24/10/18 08:32, Paul B Mahol wrote: > On 10/23/18, Mark Thompson wrote: >> --- >> libavfilter/f_ebur128.c | 5 +++-- >> 1 file changed, 3 insertions(+), 2 deletions(-) >> > > lgtm Applied. Thanks, - Mark ___ ffmpeg-devel mailing list ffmpeg-devel

Re: [FFmpeg-devel] [PATCH 2/2] lavfi/ebur128: Fix mixed declarations and code

2018-10-24 Thread Paul B Mahol
On 10/23/18, Mark Thompson wrote: > --- > libavfilter/f_ebur128.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > lgtm ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH 2/2] lavfi/ebur128: Fix mixed declarations and code

2018-10-23 Thread Mark Thompson
--- libavfilter/f_ebur128.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libavfilter/f_ebur128.c b/libavfilter/f_ebur128.c index e03adc9ba1..f613d8def2 100644 --- a/libavfilter/f_ebur128.c +++ b/libavfilter/f_ebur128.c @@ -777,6 +777,7 @@ static int filter_frame(AVFilte