From acc3c380cb010451e8e336b622e7ae446709d5c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Thu, 1 Sep 2011 20:25:32 +0200 Subject: [PATCH] =?UTF-8?q?resample:=20fix=20typo=20(ouput=20=E2=86=92=20o?= =?UTF-8?q?utput).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libavcodec/resample.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/resample.c b/libavcodec/resample.c index 77f73cbba8..a1018b44fc 100644 --- a/libavcodec/resample.c +++ b/libavcodec/resample.c @@ -184,7 +184,7 @@ static void ac3_5p1_mux(short *output, short *input1, short *input2, int n) ch8<<7 | ch7<<6 | ch6<<5 | ch5<<4 | ch4<<3 | ch3<<2 | ch2<<1 | ch1<<0 static const uint8_t supported_resampling[MAX_CHANNELS] = { - //ouput channels:1 2 3 4 5 6 7 8 + // output ch: 1 2 3 4 5 6 7 8 SUPPORT_RESAMPLE(1, 1, 0, 0, 0, 0, 0, 0), // 1 input channel SUPPORT_RESAMPLE(1, 1, 0, 0, 0, 1, 0, 0), // 2 input channels SUPPORT_RESAMPLE(0, 0, 1, 0, 0, 0, 0, 0), // 3 input channels