[SCM] libav/experimental: Reindent after channel layout commit from yesterday
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:52:31 UTC 2013
The following commit has been merged in the experimental branch:
commit f640478b56dfddf946c72cf012866e1b9d59e271
Author: Robert Swain <robert.swain at gmail.com>
Date: Sat Oct 3 14:59:40 2009 +0000
Reindent after channel layout commit from yesterday
Originally committed as revision 20156 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavcodec/vorbis_dec.c b/libavcodec/vorbis_dec.c
index 3dbd4b9..0ed3ce6 100644
--- a/libavcodec/vorbis_dec.c
+++ b/libavcodec/vorbis_dec.c
@@ -1649,8 +1649,8 @@ static int vorbis_decode_frame(AVCodecContext *avccontext,
AV_DEBUG("parsed %d bytes %d bits, returned %d samples (*ch*bits) \n", get_bits_count(gb)/8, get_bits_count(gb)%8, len);
if (vc->audio_channels > 6) {
- for (i = 0; i < vc->audio_channels; i++)
- channel_ptrs[i] = vc->channel_floors + i * len;
+ for (i = 0; i < vc->audio_channels; i++)
+ channel_ptrs[i] = vc->channel_floors + i * len;
} else {
for (i = 0; i < vc->audio_channels; i++)
channel_ptrs[i] = vc->channel_floors +
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list