summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_noformat.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf_noformat.c')
-rw-r--r--video/filter/vf_noformat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/filter/vf_noformat.c b/video/filter/vf_noformat.c
index 7fcc3de8a2..2d3985c216 100644
--- a/video/filter/vf_noformat.c
+++ b/video/filter/vf_noformat.c
@@ -44,6 +44,7 @@ static int query_format(struct vf_instance *vf, unsigned int fmt){
}
static int vf_open(vf_instance_t *vf){
+ MP_WARN(vf, "This filter is deprecated and will be removed (no replacement)\n");
vf->query_format=query_format;
return 1;
}