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>2012-10-24 23:54:24 +0400
committerMichael Niedermayer <michaelni@gmx.at>2012-10-25 00:24:54 +0400
commit95d07f33dc5c43f9cc4a42466e9ce2a85cf4694e (patch)
tree8d12c8c939372a8e991950fafedeb72d697bbd01 /libavfilter
parentc01d1d4ddf4d8240427341af1c077f6455243576 (diff)
libavfilter: include needed header for AVDictionary
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter')
-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"