aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/avfilter.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-10-24 21:54:24 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-10-24 22:24:54 +0200
commit95d07f33dc5c43f9cc4a42466e9ce2a85cf4694e (patch)
tree8d12c8c939372a8e991950fafedeb72d697bbd01 /libavfilter/avfilter.h
parentc01d1d4ddf4d8240427341af1c077f6455243576 (diff)
downloadffmpeg-95d07f33dc5c43f9cc4a42466e9ce2a85cf4694e.tar.gz
libavfilter: include needed header for AVDictionary
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/avfilter.h')
-rw-r--r--libavfilter/avfilter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index dccd4204f3..28d4c9d6ae 100644
--- a/libavfilter/avfilter.h
+++ b/libavfilter/avfilter.h
@@ -25,6 +25,7 @@
#include <stddef.h>
#include "libavutil/avutil.h"
+#include "libavutil/dict.h"
#include "libavutil/log.h"
#include "libavutil/samplefmt.h"
#include "libavutil/pixfmt.h"