Commit 3d55e488 authored by Paul B Mahol's avatar Paul B Mahol

avfilter/aeval: remove comment that was left from some other file

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent c0292141
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment