Commit 7c1ce8c8 authored by michael's avatar michael

fixing h263p encoding without UMV


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2598 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4210f332
......@@ -1928,8 +1928,6 @@ void h263_encode_init(MpegEncContext *s)
case CODEC_ID_H263P:
if(s->umvplus)
s->fcode_tab= umv_fcode_tab;
else
s->fcode_tab= fcode_tab;
if(s->modified_quant){
s->min_qcoeff= -2047;
s->max_qcoeff= 2047;
......
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