removing debug code
This commit is contained in:
parent
9a115b9d76
commit
a3ef43818d
1 changed files with 0 additions and 2 deletions
|
@ -190,8 +190,6 @@ int opus_encode(OpusEncoder *st, const short *pcm, int frame_size,
|
||||||
if (st->mode == MODE_HYBRID && st->bandwidth <= BANDWIDTH_WIDEBAND)
|
if (st->mode == MODE_HYBRID && st->bandwidth <= BANDWIDTH_WIDEBAND)
|
||||||
st->mode = MODE_SILK_ONLY;
|
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;
|
bytes_target = st->bitrate_bps * frame_size / (st->Fs * 8) - 1;
|
||||||
|
|
||||||
data += 1;
|
data += 1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue