From 5970845f1f5cc604586a4bd503a2eb0aaf5996e1 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 21 Dec 2006 15:49:40 +0000 Subject: [PATCH] FIXME has already been fixed ages ago Originally committed as revision 7348 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/mpegvideo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/mpegvideo.c b/libavcodec/mpegvideo.c index a122b89004..3429fb6ccc 100644 --- a/libavcodec/mpegvideo.c +++ b/libavcodec/mpegvideo.c @@ -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){