[vorbis-dev] bug in rc2: floor1.c

Gregory Maxwell greg at linuxpower.cx
Thu Aug 16 12:00:37 PDT 2001



On Thu, Aug 16, 2001 at 02:57:17PM -0400, michael at stroucken.org wrote:
> Hello,
> 
> 	There is a bug in the current version of vorbis/lib/floor1.c.
> The line that says:-
> qsort(sortpointer,n,sizeof(int),icomp);
> should be:-
> qsort(sortpointer,n,sizeof(int *),icomp);
> 
> 	But somebody probably fixed that already. :)
> 
> 	Also, I'd like to know how I can encode a file using the channel
> coupling modes. oggenc doesn't have an option for that yet.

All stereo modes are coupled in RC2.

They type of coupling varies depending on the bitrate (mode) you've
selected.

More options will be coming in later encoder releases.

--- >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 at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the Vorbis-dev mailing list