Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2017-05-12 22:47:36 +0300
committerPaul B Mahol <onemda@gmail.com>2017-05-12 22:47:36 +0300
commit3d55e4883c2ad813641dedcdd4fff30d455cbbd7 (patch)
tree110019593d9a543a0e82208080bc09f4f0214372 /libavfilter/aeval.c
parentc02921417b24309559f4813f8ffee35d523e823e (diff)
avfilter/aeval: remove comment that was left from some other file
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavfilter/aeval.c')
-rw-r--r--libavfilter/aeval.c1
1 files changed, 0 insertions, 1 deletions
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);