comparison utils.c @ 686:83d2c9d50d7d libavcodec

fixing i_quant_factor, this should finally fix the bitrate bug with ffserver hopefully
author michaelni
date Thu, 19 Sep 2002 20:22:39 +0000
parents 44a1dab0205c
children 65f9e32225ba
comparison
equal deleted inserted replaced
685:44a1dab0205c 686:83d2c9d50d7d
57 s->rc_eq= "tex^qComp"; 57 s->rc_eq= "tex^qComp";
58 s->qcompress= 0.5; 58 s->qcompress= 0.5;
59 s->max_qdiff= 3; 59 s->max_qdiff= 3;
60 s->b_quant_factor=1.25; 60 s->b_quant_factor=1.25;
61 s->b_quant_offset=1.25; 61 s->b_quant_offset=1.25;
62 s->i_quant_factor=0.8; 62 s->i_quant_factor=-0.8;
63 s->i_quant_offset=0.0; 63 s->i_quant_offset=0.0;
64 } 64 }
65 65
66 /** 66 /**
67 * allocates a AVCodecContext and set it to defaults. 67 * allocates a AVCodecContext and set it to defaults.