diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2015-05-20 19:03:51 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-05-20 19:14:11 +0200 |
commit | 6b783d2acea049d3ebbfe1352b55c8efe8b5168c (patch) | |
tree | bfa6b3922e5969c976dcbb096ca6845df8136650 | |
parent | fa7dec8cb00d2d0dd96ff9863ccda38428610a21 (diff) | |
parent | 7046bd9bc9ce04521edf453c9b603d84d69c7512 (diff) | |
download | ffmpeg-6b783d2acea049d3ebbfe1352b55c8efe8b5168c.tar.gz |
Merge commit '7046bd9bc9ce04521edf453c9b603d84d69c7512'
* commit '7046bd9bc9ce04521edf453c9b603d84d69c7512':
lavfi: Move avcodec header to the only filter needing it
Conflicts:
libavfilter/avfilter.h
Merged-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavfilter/af_ashowinfo.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavfilter/af_ashowinfo.c b/libavfilter/af_ashowinfo.c index 26e4f1ff95..ca33add335 100644 --- a/libavfilter/af_ashowinfo.c +++ b/libavfilter/af_ashowinfo.c @@ -37,6 +37,8 @@ #include "libavutil/timestamp.h" #include "libavutil/samplefmt.h" +#include "libavcodec/avcodec.h" + #include "audio.h" #include "avfilter.h" #include "internal.h" |