[FFmpeg-devel] [PATCH 2/4] pan: add channel mapping capability.
Clément Bœsch
ubitux at gmail.com
Mon Jan 23 11:32:39 CET 2012
On Mon, Jan 23, 2012 at 11:18:36AM +0100, Clément Bœsch wrote:
[...]
> Any other comment?
>
Oh, and while I'm at it, I'd like to queue the attached patch too.
--
Clément B.
-------------- next part --------------
From 857244a92afd781ff416c1e8465174bd13a121da Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= <clement.boesch at smartjog.com>
Date: Mon, 23 Jan 2012 11:30:10 +0100
Subject: [PATCH] pan: drop unecessary includes.
---
libavfilter/af_pan.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/libavfilter/af_pan.c b/libavfilter/af_pan.c
index 251a8aa..1031be6 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
--
1.7.8.3
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20120123/69de7649/attachment.asc>
More information about the ffmpeg-devel
mailing list