[FFmpeg-cvslog] lavfi/curves: remove pointless logging since the addition of plot option

Clément Bœsch git at videolan.org
Sun Jul 24 13:20:44 EEST 2016


ffmpeg | branch: master | Clément Bœsch <u at pkh.me> | Fri Jul 22 22:01:37 2016 +0200| [51a873d44114cdd9446a38aa32a0b9223995ffd7] | committer: Clément Bœsch

lavfi/curves: remove pointless logging since the addition of plot option

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

 libavfilter/vf_curves.c |    5 -----
 1 file changed, 5 deletions(-)

diff --git a/libavfilter/vf_curves.c b/libavfilter/vf_curves.c
index 84df448..d58ba42 100644
--- a/libavfilter/vf_curves.c
+++ b/libavfilter/vf_curves.c
@@ -501,11 +501,6 @@ static av_cold int init(AVFilterContext *ctx)
                 av_log(ctx, AV_LOG_VERBOSE, " (%f;%f)", point->x, point->y);
                 point = point->next;
             }
-            av_log(ctx, AV_LOG_VERBOSE, "\n");
-            av_log(ctx, AV_LOG_VERBOSE, "#%d values:", i);
-            for (j = 0; j < 256; j++)
-                av_log(ctx, AV_LOG_VERBOSE, " %02X", curves->graph[i][j]);
-            av_log(ctx, AV_LOG_VERBOSE, "\n");
         }
     }
 



More information about the ffmpeg-cvslog mailing list