git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66b1b7e
)
pan: drop unecessary includes.
author
Clément Bœsch
<clement.boesch@smartjog.com>
Mon, 23 Jan 2012 10:30:10 +0000
(11:30 +0100)
committer
Clément Bœsch
<ubitux@gmail.com>
Tue, 24 Jan 2012 09:43:42 +0000
(10:43 +0100)
libavfilter/af_pan.c
patch
|
blob
|
history
diff --git
a/libavfilter/af_pan.c
b/libavfilter/af_pan.c
index
af3a861
..
1b12de7
100644
(file)
--- 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