mirror of https://git.ffmpeg.org/ffmpeg.git
libavfilter: include needed header for AVDictionary
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
c01d1d4ddf
commit
95d07f33dc
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue