diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-04-19 18:28:38 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-04-19 18:30:37 +0200 |
commit | 6ca0a976b2e68c9aa36d2e0806d31eee66d9f482 (patch) | |
tree | 88cad30e474dba5bf79f270b684ce9d50d34672f /libavfilter/filtfmts.c | |
parent | 74a8dbe1c405e041a16c44050d9dfc92aca90d33 (diff) | |
parent | d23fc8846d255e31896453136b4c77bc6d5e873f (diff) | |
download | ffmpeg-6ca0a976b2e68c9aa36d2e0806d31eee66d9f482.tar.gz |
Merge commit 'd23fc8846d255e31896453136b4c77bc6d5e873f'
* commit 'd23fc8846d255e31896453136b4c77bc6d5e873f':
filtfmts: remove unused lavf include
A include for channel_layout.h, is added otherwise compile would break
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/filtfmts.c')
-rw-r--r-- | libavfilter/filtfmts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/filtfmts.c b/libavfilter/filtfmts.c index e6c9b039be..4133e9c0a3 100644 --- a/libavfilter/filtfmts.c +++ b/libavfilter/filtfmts.c @@ -20,7 +20,7 @@ #include <stdio.h> -#include "libavformat/avformat.h" +#include "libavutil/channel_layout.h" #include "libavutil/pixdesc.h" #include "libavutil/samplefmt.h" #include "libavfilter/avfilter.h" |