diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-10-24 21:54:24 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-10-24 22:24:54 +0200 |
commit | 95d07f33dc5c43f9cc4a42466e9ce2a85cf4694e (patch) | |
tree | 8d12c8c939372a8e991950fafedeb72d697bbd01 /libavfilter/avfilter.h | |
parent | c01d1d4ddf4d8240427341af1c077f6455243576 (diff) | |
download | ffmpeg-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.h | 1 |
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" |