Commit 95d07f33 authored by Michael Niedermayer's avatar Michael Niedermayer

libavfilter: include needed header for AVDictionary

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent c01d1d4d
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
#include <stddef.h> #include <stddef.h>
#include "libavutil/avutil.h" #include "libavutil/avutil.h"
#include "libavutil/dict.h"
#include "libavutil/log.h" #include "libavutil/log.h"
#include "libavutil/samplefmt.h" #include "libavutil/samplefmt.h"
#include "libavutil/pixfmt.h" #include "libavutil/pixfmt.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment