Commit 6c4589e5 authored by michael's avatar michael

FIXME has already been fixed ages ago


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7348 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 916aac35
......@@ -4344,7 +4344,7 @@ static av_always_inline void encode_mb_internal(MpegEncContext *s, int motion_x,
s->dquant= s->qscale - last_qp;
if(s->out_format==FMT_H263){
s->dquant= clip(s->dquant, -2, 2); //FIXME RD
s->dquant= clip(s->dquant, -2, 2);
if(s->codec_id==CODEC_ID_MPEG4){
if(!s->mb_intra){
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment