mirror of https://github.com/mpv-player/mpv
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.)
This commit is contained in:
parent
34875413fa
commit
3fc3357d54
|
@ -669,6 +669,8 @@ Available filters are:
|
||||||
Loads an external library to filter the image. The library interface
|
Loads an external library to filter the image. The library interface
|
||||||
is the ``vf_dlopen`` interface specified using ``libmpcodecs/vf_dlopen.h``.
|
is the ``vf_dlopen`` interface specified using ``libmpcodecs/vf_dlopen.h``.
|
||||||
|
|
||||||
|
.. warning:: This filter is deprecated.
|
||||||
|
|
||||||
``dll=<library>``
|
``dll=<library>``
|
||||||
Specify the library to load. This may require a full file system path
|
Specify the library to load. This may require a full file system path
|
||||||
in some cases. This argument is required.
|
in some cases. This argument is required.
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
/*
|
||||||
|
* Warning: this filter is deprecated.
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef VF_DLOPEN_H
|
#ifndef VF_DLOPEN_H
|
||||||
#define VF_DLOPEN_H
|
#define VF_DLOPEN_H
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue