Making the CELT bitrate default to "unlimited"

This commit is contained in:
Jean-Marc Valin 2011-08-16 09:12:14 -04:00
parent 8891068b24
commit 5e36e19a15

View file

@ -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;