summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_expand.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf_expand.c')
-rw-r--r--video/filter/vf_expand.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/video/filter/vf_expand.c b/video/filter/vf_expand.c
index a788568e14..216c47a6ac 100644
--- a/video/filter/vf_expand.c
+++ b/video/filter/vf_expand.c
@@ -142,6 +142,8 @@ 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. Use lavfi pad instead.\n");
+
vf->reconfig=reconfig;
vf->query_format=query_format;
vf->filter=filter;