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:
wm4 2015-05-25 21:13:54 +02:00
parent 34875413fa
commit 3fc3357d54
2 changed files with 6 additions and 0 deletions

View File

@ -669,6 +669,8 @@ Available filters are:
Loads an external library to filter the image. The library interface
is the ``vf_dlopen`` interface specified using ``libmpcodecs/vf_dlopen.h``.
.. warning:: This filter is deprecated.
``dll=<library>``
Specify the library to load. This may require a full file system path
in some cases. This argument is required.

View File

@ -1,3 +1,7 @@
/*
* Warning: this filter is deprecated.
*/
#ifndef VF_DLOPEN_H
#define VF_DLOPEN_H