diff mpeg12.c @ 1150:dde68a430ba9 libavcodec

user setable quantizer bias
author michaelni
date Sat, 22 Mar 2003 12:09:02 +0000
parents e10e841c9bf0
children 9a5c29575902
line wrap: on
line diff
--- a/mpeg12.c	Sat Mar 22 07:59:36 2003 +0000
+++ b/mpeg12.c	Sat Mar 22 12:09:02 2003 +0000
@@ -702,8 +702,6 @@
     s->fcode_tab= fcode_tab;
     s->min_qcoeff=-255;
     s->max_qcoeff= 255;
-    s->intra_quant_bias= 3<<(QUANT_BIAS_SHIFT-3); //(a + x*3/8)/x
-    s->inter_quant_bias= 0;
     s->intra_ac_vlc_length=
     s->inter_ac_vlc_length= uni_mpeg1_ac_vlc_len;
 }