Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2010-06-17 14:13:11 +0400
committerMichael Niedermayer <michaelni@gmx.at>2010-06-17 14:13:11 +0400
commit701935968d63b7f5b18828f6fd29c78e5b159752 (patch)
tree3881aebe26c39b2f6036496db1144cc894259613 /libavfilter/vsrc_buffer.h
parent96c2ae61e6277ab6a273fb7d716bd0a9d6dea5fa (diff)
add #include so make checkheaders passes
Originally committed as revision 23637 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/vsrc_buffer.h')
-rw-r--r--libavfilter/vsrc_buffer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavfilter/vsrc_buffer.h b/libavfilter/vsrc_buffer.h
index 071403c773..fa204438d5 100644
--- a/libavfilter/vsrc_buffer.h
+++ b/libavfilter/vsrc_buffer.h
@@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include "avfilter.h"
+
int av_vsrc_buffer_add_frame(AVFilterContext *buffer_filter, AVFrame *frame,
int64_t pts, AVRational pixel_aspect);