summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf_buffer.c')
-rw-r--r--video/filter/vf_buffer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/filter/vf_buffer.c b/video/filter/vf_buffer.c
index 772f7cbe72..f08dfec12d 100644
--- a/video/filter/vf_buffer.c
+++ b/video/filter/vf_buffer.c
@@ -65,6 +65,7 @@ static void uninit(vf_instance_t *vf)
static int vf_open(vf_instance_t *vf)
{
+ MP_WARN(vf, "This filter is deprecated. No replacement.\n");
vf->filter_ext = filter_ext;
vf->control = control;
vf->uninit = uninit;