[FFmpeg-cvslog] resample: fix typo (=?UTF-8?Q?ouput=20=E2=86=92=20output?=).

Clément Bœsch git at videolan.org
Thu Sep 1 20:26:45 CEST 2011


ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Thu Sep  1 20:25:32 2011 +0200| [acc3c380cb010451e8e336b622e7ae446709d5c2] | committer: Clément Bœsch

resample: fix typo (ouput → output).

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=acc3c380cb010451e8e336b622e7ae446709d5c2
---

 libavcodec/resample.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavcodec/resample.c b/libavcodec/resample.c
index 77f73cb..a1018b4 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



More information about the ffmpeg-cvslog mailing list