From 46ea46357a1f9adf7a8266125308803d00024b75 Mon Sep 17 00:00:00 2001 From: Aneesh Dogra Date: Tue, 15 May 2012 22:02:02 +0530 Subject: tta: Fix comment about channel number; TTA supports >2 channels. Signed-off-by: Diego Biurrun --- libavcodec/tta.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/tta.c') diff --git a/libavcodec/tta.c b/libavcodec/tta.c index e28023f941..0650086dcd 100644 --- a/libavcodec/tta.c +++ b/libavcodec/tta.c @@ -416,7 +416,7 @@ static int tta_decode_frame(AVCodecContext *avctx, void *data, if (cur_chan < (s->channels-1)) cur_chan++; else { - // decorrelate in case of stereo integer + // decorrelate in case of multiple channels if (s->channels > 1) { int32_t *r = p - 1; for (*p += *r / 2; r > p - s->channels; r--) -- cgit v1.2.3