Skip to content
Snippets Groups Projects
Commit 485617ea authored by Nicolas George's avatar Nicolas George
Browse files

lavfi: document that AVFilterLink is not for applications.

parent e9ecada1
No related branches found
No related tags found
No related merge requests found
......@@ -383,6 +383,11 @@ struct AVFilterContext {
* the pads involved. In addition, this link also contains the parameters
* which have been negotiated and agreed upon between the filter, such as
* image dimensions, format, etc.
*
* Applications must not normally access the link structure directly.
* Use the buffersrc and buffersink API instead.
* In the future, access to the header may be reserved for filters
* implementation.
*/
struct AVFilterLink {
AVFilterContext *src; ///< source filter
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment