[Ffmpeg-cvslog] r7348 - trunk/libavcodec/mpegvideo.c
michael
subversion
Thu Dec 21 16:49:41 CET 2006
Author: michael
Date: Thu Dec 21 16:49:40 2006
New Revision: 7348
Modified:
trunk/libavcodec/mpegvideo.c
Log:
FIXME has already been fixed ages ago
Modified: trunk/libavcodec/mpegvideo.c
==============================================================================
--- trunk/libavcodec/mpegvideo.c (original)
+++ trunk/libavcodec/mpegvideo.c Thu Dec 21 16:49:40 2006
@@ -4344,7 +4344,7 @@
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){
More information about the ffmpeg-cvslog
mailing list