[FFmpeg-cvslog] avfilter/aeval: remove comment that was left from some other file

Paul B Mahol git at videolan.org
Fri May 12 22:49:17 EEST 2017


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Fri May 12 21:47:36 2017 +0200| [3d55e4883c2ad813641dedcdd4fff30d455cbbd7] | committer: Paul B Mahol

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

Signed-off-by: Paul B Mahol <onemda at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3d55e4883c2ad813641dedcdd4fff30d455cbbd7
---

 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);



More information about the ffmpeg-cvslog mailing list