summaryrefslogtreecommitdiffstats
path: root/video/filter
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-05-25 21:13:54 +0200
committerwm4 <wm4@nowhere>2015-05-25 21:13:54 +0200
commit3fc3357d549e7bc633f6a196c0cb9e8aa5cbf87a (patch)
tree126001101cdcda3bd0012484fc1ff05b2cc581fd /video/filter
parent34875413fadda9a5cd11357e87820d9334a4619e (diff)
downloadmpv-3fc3357d549e7bc633f6a196c0cb9e8aa5cbf87a.tar.bz2
mpv-3fc3357d549e7bc633f6a196c0cb9e8aa5cbf87a.tar.xz
vf_dlopen: declare as deprecated
Mostly to see whether someone uses it, and if a better solution can be worked out. (It's simple enough to be supported forever.)
Diffstat (limited to 'video/filter')
-rw-r--r--video/filter/vf_dlopen.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/video/filter/vf_dlopen.h b/video/filter/vf_dlopen.h
index e225cd3457..0c8a4d9f0b 100644
--- a/video/filter/vf_dlopen.h
+++ b/video/filter/vf_dlopen.h
@@ -1,3 +1,7 @@
+/*
+ * Warning: this filter is deprecated.
+ */
+
#ifndef VF_DLOPEN_H
#define VF_DLOPEN_H