ext/vorbis/vorbisdec.c: Reinstate limit on channel count. Vorbis does not define...
authorMichael Smith <msmith@xiph.org>
Fri, 2 Jun 2006 15:06:59 +0000 (15:06 +0000)
committerMichael Smith <msmith@xiph.org>
Fri, 2 Jun 2006 15:06:59 +0000 (15:06 +0000)
commit61b592b753eaf50ab41c170e6cb802c15f293ec2
treebd505302f7418bf07d59ff227ee593fe9b9a1fe8
parent7626c219ac51b35e0f4cf7ff1d60410f04afff88
ext/vorbis/vorbisdec.c: Reinstate limit on channel count. Vorbis does not define the meaning of > 6 channels, so they...

Original commit message from CVS:
* ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
Reinstate limit on channel count. Vorbis does not define the meaning
of > 6 channels, so they're just independent channels. Gstreamer
currently has no mechanism to represent N independent channels.
ChangeLog
ext/vorbis/vorbisdec.c