comparison mpegvideo.c @ 2972:4b4ee324b4c4 libavcodec

fix q=0 bug
author michael
date Sun, 18 Dec 2005 19:59:33 +0000
parents ef2149182f1c
children bb0222145083
comparison
equal deleted inserted replaced
2971:1c22981c3498 2972:4b4ee324b4c4
5367 } 5367 }
5368 } 5368 }
5369 } 5369 }
5370 5370
5371 if (!s->fixed_qscale) 5371 if (!s->fixed_qscale)
5372 s->current_picture.quality = ff_rate_estimate_qscale(s); //FIXME pic_ptr 5372 s->current_picture_ptr->quality=
5373 s->current_picture.quality = ff_rate_estimate_qscale(s);
5373 5374
5374 if(s->adaptive_quant){ 5375 if(s->adaptive_quant){
5375 switch(s->codec_id){ 5376 switch(s->codec_id){
5376 case CODEC_ID_MPEG4: 5377 case CODEC_ID_MPEG4:
5377 ff_clean_mpeg4_qscales(s); 5378 ff_clean_mpeg4_qscales(s);