search for: info_44c_z

Displaying 1 result from an estimated 1 matches for "info_44c_z".

Did you mean: info_44c_e
2001 Aug 20
1
Another // comment
...isenc.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{...