1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-08-11 20:05:06 +02:00

lavfi: document that AVFilterLink is not for applications.

This commit is contained in:
Nicolas George 2016-12-27 17:18:33 +01:00
parent e9ecada1d4
commit 485617ea0f

View File

@ -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