mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-19 05:40:56 +00:00
avfilter/aeval: remove comment that was left from some other file
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
c02921417b
commit
3d55e4883c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user