[xiph-cvs] cvs commit: vorbis-tools/oggenc audio.c
Jack Moffitt
jack at xiph.org
Sun Oct 12 19:15:44 PDT 2003
jack 03/10/12 22:15:44
Modified: oggenc audio.c
Log:
Commiting patch from Bug #463 on behalf of Mike.
Revision Changes Path
1.35 +2 -1 vorbis-tools/oggenc/audio.c
Index: audio.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/oggenc/audio.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- audio.c 3 Sep 2003 07:58:04 -0000 1.34
+++ audio.c 13 Oct 2003 02:15:44 -0000 1.35
@@ -430,7 +430,8 @@
if( format.align == format.channels*samplesize &&
format.samplesize == samplesize*8 &&
(format.samplesize == 24 || format.samplesize == 16 ||
- format.samplesize == 8))
+ format.samplesize == 8 ||
+ (format.samplesize == 32 && format.format == 3)))
{
/* OK, good - we have the one supported format,
now we want to find the size of the file */
<p><p>--- >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 'cvs-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 commits
mailing list