summaryrefslogtreecommitdiff
path: root/libavfilter/vf_curves.c
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2016-07-22 22:01:37 +0200
committerClément Bœsch <u@pkh.me>2016-07-24 12:18:30 +0200
commit51a873d44114cdd9446a38aa32a0b9223995ffd7 (patch)
tree872a75d744c403f1eb6c64a40ff0fdb0382adfaa /libavfilter/vf_curves.c
parent4a8f5f1fd83dfa92e02901e543d79124c4e551dc (diff)
downloadffmpeg-51a873d44114cdd9446a38aa32a0b9223995ffd7.tar.gz
lavfi/curves: remove pointless logging since the addition of plot option
Diffstat (limited to 'libavfilter/vf_curves.c')
-rw-r--r--libavfilter/vf_curves.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/libavfilter/vf_curves.c b/libavfilter/vf_curves.c
index 84df448123..d58ba42074 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");
}
}