diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-05-05 09:54:41 +0200 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2012-05-06 16:18:11 +0200 |
commit | 67a316bbdad4b9a42d2055a586abd6f61680cabc (patch) | |
tree | f1773df921a59b6f43d38dbc3bced7d2c36981b2 | |
parent | aaa94f2890e6dc1684cf35d8f3cc924927949d6e (diff) | |
download | ffmpeg-67a316bbdad4b9a42d2055a586abd6f61680cabc.tar.gz |
vsrc_buffer: deprecate the header.
-rw-r--r-- | libavfilter/vsrc_buffer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavfilter/vsrc_buffer.h b/libavfilter/vsrc_buffer.h index 821fb624bd..e75252423e 100644 --- a/libavfilter/vsrc_buffer.h +++ b/libavfilter/vsrc_buffer.h @@ -24,6 +24,8 @@ /** * @file * memory buffer source API for video + * + * @deprecated use buffersrc.h instead. */ #include "avfilter.h" |