From 4e8963fa385b5b2388acab5de0398c8c7bb378d0 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sat, 15 Aug 2015 14:37:16 +0200 Subject: avfilter: add video vectorscope filter --- libavfilter/vf_histogram.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavfilter/vf_histogram.c') diff --git a/libavfilter/vf_histogram.c b/libavfilter/vf_histogram.c index 7c7e26d..ab13f04 100644 --- a/libavfilter/vf_histogram.c +++ b/libavfilter/vf_histogram.c @@ -179,6 +179,7 @@ static int config_output(AVFilterLink *outlink) break; case MODE_COLOR: case MODE_COLOR2: + av_log(ctx, AV_LOG_WARNING, "This mode is deprecated, use vectorscope filter instead."); outlink->h = outlink->w = 256; break; default: -- cgit v1.1