From 67a316bbdad4b9a42d2055a586abd6f61680cabc Mon Sep 17 00:00:00 2001 From: Nicolas George Date: Sat, 5 May 2012 09:54:41 +0200 Subject: [PATCH] vsrc_buffer: deprecate the header. --- libavfilter/vsrc_buffer.h | 2 ++ 1 file changed, 2 insertions(+) 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"