[vlc-commits] vorbis: remove wrong comment
Rafaël Carré
git at videolan.org
Sat Jan 28 07:33:44 CET 2012
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Sat Jan 28 01:27:04 2012 -0500| [e405bb0ef984e0784b63cb20e4c5ae84a79ac743] | committer: Rafaël Carré
vorbis: remove wrong comment
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e405bb0ef984e0784b63cb20e4c5ae84a79ac743
---
modules/codec/vorbis.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/codec/vorbis.c b/modules/codec/vorbis.c
index 3f4c802..0009adc 100644
--- a/modules/codec/vorbis.c
+++ b/modules/codec/vorbis.c
@@ -615,7 +615,7 @@ static void ParseVorbisComments( decoder_t *p_dec )
}
/*****************************************************************************
- * Interleave: helper function to interleave channels
+ *
*****************************************************************************/
static void ConfigureChannelOrder(int *pi_chan_table, int i_channels, uint32_t i_channel_mask, bool b_decode)
{
More information about the vlc-commits
mailing list