Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Thomas Daede
Vorbis tools
Commits
8cf584e5
Commit
8cf584e5
authored
Oct 13, 2003
by
Jack Moffitt
Browse files
Commiting patch from Bug #463 on behalf of Mike.
svn path=/trunk/vorbis-tools/; revision=5462
parent
b25c2af1
Changes
1
Show whitespace changes
Inline
Side-by-side
oggenc/audio.c
View file @
8cf584e5
...
@@ -430,7 +430,8 @@ int wav_open(FILE *in, oe_enc_opt *opt, unsigned char *oldbuf, int buflen)
...
@@ -430,7 +430,8 @@ int wav_open(FILE *in, oe_enc_opt *opt, unsigned char *oldbuf, int buflen)
if
(
format
.
align
==
format
.
channels
*
samplesize
&&
if
(
format
.
align
==
format
.
channels
*
samplesize
&&
format
.
samplesize
==
samplesize
*
8
&&
format
.
samplesize
==
samplesize
*
8
&&
(
format
.
samplesize
==
24
||
format
.
samplesize
==
16
||
(
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,
/* OK, good - we have the one supported format,
now we want to find the size of the file */
now we want to find the size of the file */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment