projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
4a30170
)
avfilter: include required header file avfilter.h in video.h
author
Janne Grunau
<janne-libav@jannau.net>
Tue, 29 May 2012 13:36:06 +0000 (15:36 +0200)
committer
Janne Grunau
<janne-libav@jannau.net>
Tue, 29 May 2012 13:36:06 +0000 (15:36 +0200)
libavfilter/video.h
patch
|
blob
|
blame
|
history
diff --git
a/libavfilter/video.h
b/libavfilter/video.h
index
f20f30b
..
2256482
100644
(file)
--- a/
libavfilter/video.h
+++ b/
libavfilter/video.h
@@
-19,6
+19,8
@@
#ifndef AVFILTER_VIDEO_H
#define AVFILTER_VIDEO_H
+#include "avfilter.h"
+
AVFilterBufferRef *ff_default_get_video_buffer(AVFilterLink *link,
int perms, int w, int h);
AVFilterBufferRef *ff_null_get_video_buffer(AVFilterLink *link, int perms, int w, int h);