Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-04-19 20:28:38 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-04-19 20:30:37 +0400
commit6ca0a976b2e68c9aa36d2e0806d31eee66d9f482 (patch)
tree88cad30e474dba5bf79f270b684ce9d50d34672f /libavfilter
parent74a8dbe1c405e041a16c44050d9dfc92aca90d33 (diff)
parentd23fc8846d255e31896453136b4c77bc6d5e873f (diff)
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')
-rw-r--r--libavfilter/filtfmts.c2
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"