summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_sub.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf_sub.c')
-rw-r--r--video/filter/vf_sub.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/filter/vf_sub.c b/video/filter/vf_sub.c
index a3680a3b9a..184ab8deb3 100644
--- a/video/filter/vf_sub.c
+++ b/video/filter/vf_sub.c
@@ -127,6 +127,7 @@ static int control(vf_instance_t *vf, int request, void *data)
static int vf_open(vf_instance_t *vf)
{
+ MP_WARN(vf, "This filter is deprecated and will be removed (no replacement)\n");
vf->reconfig = reconfig;
vf->query_format = query_format;
vf->control = control;