libavfilter: include needed header for AVDictionary

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2012-10-24 21:54:24 +02:00
parent c01d1d4ddf
commit 95d07f33dc
1 changed files with 1 additions and 0 deletions

View File

@ -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"