From 3d55e4883c2ad813641dedcdd4fff30d455cbbd7 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Fri, 12 May 2017 21:47:36 +0200 Subject: [PATCH] avfilter/aeval: remove comment that was left from some other file Signed-off-by: Paul B Mahol --- libavfilter/aeval.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavfilter/aeval.c b/libavfilter/aeval.c index 9800a60d50..1f74f49c72 100644 --- a/libavfilter/aeval.c +++ b/libavfilter/aeval.c @@ -427,7 +427,6 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *in) double t0; int i, j; - /* do volume scaling in-place if input buffer is writable */ out = ff_get_audio_buffer(outlink, nb_samples); if (!out) { av_frame_free(&in);