vorbis/lib/vorbisenc.c:138 and 157 have "//" comments.
Patch included for the lazy (like me!).
{+} Jeff Squyres
{+} squyres@cse.nd.edu
{+} Perpetual Obsessive Notre Dame Student Craving Utter Madness
{+} "I came to ND for 4 years and ended up staying for a decade"
Index: vorbis/lib/vorbisenc.c
==================================================================RCS file:
/usr/local/cvsroot/vorbis/lib/vorbisenc.c,v
retrieving revision 1.12
diff -c -r1.12 vorbisenc.c
*** vorbis/lib/vorbisenc.c 2001/08/13 11:33:40 1.12
--- vorbis/lib/vorbisenc.c 2001/08/20 10:48:49
***************
*** 135,141 ****
switch(channels){
case 2:
! //if(rate>40000){
if(bpch<35000){
mode=&info_44c_Z;
--- 135,141 ----
switch(channels){
case 2:
! /* if(rate>40000){ */
if(bpch<35000){
mode=&info_44c_Z;
***************
*** 154,160 ****
}else{
mode=&info_44c_E;
}
! //}
break;
default:
--- 154,160 ----
}else{
mode=&info_44c_E;
}
! /*}*/
break;
default:
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to
'vorbis-dev-request@xiph.org'
containing only the word 'unsubscribe' in the body. No subject is
needed.
Unsubscribe messages sent to the list will be ignored/filtered.