mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-28 22:10:34 +00:00
FIXME has already been fixed ages ago
Originally committed as revision 7348 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
66884a2946
commit
5970845f1f
@ -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){
|
||||
|
Loading…
Reference in New Issue
Block a user