Making the CELT bitrate default to "unlimited"
This commit is contained in:
parent
8891068b24
commit
5e36e19a15
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ CELTEncoder *celt_encoder_init_custom(CELTEncoder *st, const CELTMode *mode, int
|
|||
st->constrained_vbr = 1;
|
||||
st->clip = 1;
|
||||
|
||||
st->bitrate = 255000*channels;
|
||||
st->bitrate = -1;
|
||||
st->vbr = 0;
|
||||
st->vbr_offset = 0;
|
||||
st->force_intra = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue