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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Bœsch <clement.boesch@smartjog.com>2012-01-23 14:30:10 +0400
committerClément Bœsch <ubitux@gmail.com>2012-01-24 13:43:42 +0400
commit9bd44b42a822609001c263ba0db0682113c8cc54 (patch)
treee1471676d74d8f84365c01c8db10e1961592b7a3 /libavfilter/af_pan.c
parent66b1b7e5fade324b66f77dcccedcc8228a20bd12 (diff)
pan: drop unecessary includes.
Diffstat (limited to 'libavfilter/af_pan.c')
-rw-r--r--libavfilter/af_pan.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavfilter/af_pan.c b/libavfilter/af_pan.c
index af3a86165b..1b12de7e6e 100644
--- a/libavfilter/af_pan.c
+++ b/libavfilter/af_pan.c
@@ -28,12 +28,10 @@
*/
#include <stdio.h>
-#include "libavutil/audioconvert.h"
#include "libavutil/avstring.h"
#include "libavutil/opt.h"
#include "libswresample/swresample.h"
#include "avfilter.h"
-#include "internal.h"
#define MAX_CHANNELS 63