ffmpeg | branch: master | Andreas Cadhalpun <[email protected]> | Sat Aug 8 10:41:31 2015 +0200| [e66a43f69455130455cc900497e1ea400b3fe88f] | committer: Andreas Cadhalpun
graphdump: include internal.h for AVFilterPad Reviewed-by: Michael Niedermayer <[email protected]> Signed-off-by: Andreas Cadhalpun <[email protected]> > 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) { _______________________________________________ ffmpeg-cvslog mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
