提交 66884a29 编写于 作者: M Michael Niedermayer

simplify

Originally committed as revision 7347 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 d6975eb8
......@@ -4350,7 +4350,7 @@ static av_always_inline void encode_mb_internal(MpegEncContext *s, int motion_x,
if(!s->mb_intra){
if(s->pict_type == B_TYPE){
if(s->dquant&1)
s->dquant= (s->dquant/2)*2;
s->dquant= 0;
if(s->mv_dir&MV_DIRECT)
s->dquant= 0;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册