ref: b650673874efbabb0ed48318185b5672ec7a7b0b
parent: daa08cf276b1bd1d61d18e171ccc80449ff0ed04
author: menno <menno>
date: Tue Feb 22 13:59:10 EST 2000
Made ADTS quality same as other files quality
--- a/enc_tf.c
+++ b/enc_tf.c
@@ -255,6 +255,9 @@
static int ps = 1;
ps = !ps;
+ if (as->header_type==ADTS_HEADER)
+ available_bitreservoir_bits += 58;
+
{
/* store input data in look ahead buffer which may be necessary for the window switching decision */
int i;