[FFmpeg-cvslog] graphdump: include internal.h for AVFilterPad
Andreas Cadhalpun
git at videolan.org
Sat Aug 8 22:02:53 CEST 2015
ffmpeg | branch: master | Andreas Cadhalpun <Andreas.Cadhalpun at googlemail.com> | Sat Aug 8 10:41:31 2015 +0200| [e66a43f69455130455cc900497e1ea400b3fe88f] | committer: Andreas Cadhalpun
graphdump: include internal.h for AVFilterPad
Reviewed-by: Michael Niedermayer <michael at niedermayer.cc>
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun at googlemail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e66a43f69455130455cc900497e1ea400b3fe88f
---
libavfilter/graphdump.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavfilter/graphdump.c b/libavfilter/graphdump.c
index 3d702c6..531bb57 100644
--- a/libavfilter/graphdump.c
+++ b/libavfilter/graphdump.c
@@ -26,6 +26,7 @@
#include "libavutil/pixdesc.h"
#include "avfilter.h"
#include "avfiltergraph.h"
+#include "internal.h"
static int print_link_prop(AVBPrint *buf, AVFilterLink *link)
{
More information about the ffmpeg-cvslog
mailing list