summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_histogram.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2015-08-15 14:37:16 +0200
committerPaul B Mahol <onemda@gmail.com>2015-08-20 22:57:47 +0000
commit4e8963fa385b5b2388acab5de0398c8c7bb378d0 (patch)
tree3fbf4a71b4fcbc7dad831f79d1b6a98dc3671e25 /libavfilter/vf_histogram.c
parente8319f602e94af9b8454ed68d8323908ceaf944d (diff)
downloadffmpeg-streaming-4e8963fa385b5b2388acab5de0398c8c7bb378d0.zip
ffmpeg-streaming-4e8963fa385b5b2388acab5de0398c8c7bb378d0.tar.gz
avfilter: add video vectorscope filter
Diffstat (limited to 'libavfilter/vf_histogram.c')
-rw-r--r--libavfilter/vf_histogram.c1
1 files changed, 1 insertions, 0 deletions
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:
OpenPOWER on IntegriCloud