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
Tim-Philipp Müller
Opus
Commits
a3ef4381
Commit
a3ef4381
authored
Mar 08, 2011
by
Jean-Marc Valin
Browse files
removing debug code
parent
9a115b9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/opus_encoder.c
View file @
a3ef4381
...
...
@@ -190,8 +190,6 @@ int opus_encode(OpusEncoder *st, const short *pcm, int frame_size,
if
(
st
->
mode
==
MODE_HYBRID
&&
st
->
bandwidth
<=
BANDWIDTH_WIDEBAND
)
st
->
mode
=
MODE_SILK_ONLY
;
printf
(
"%d %d %d
\n
"
,
st
->
stream_channels
,
st
->
mode
,
st
->
bandwidth
);
bytes_target
=
st
->
bitrate_bps
*
frame_size
/
(
st
->
Fs
*
8
)
-
1
;
data
+=
1
;
...
...
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