Browse Source

libavfilter: include needed header for AVDictionary

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n1.1
Michael Niedermayer 13 years ago
parent
commit
95d07f33dc
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavfilter/avfilter.h

+ 1
- 0
libavfilter/avfilter.h 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"


Loading…
Cancel
Save