mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
fixing MV range in h263
Originally committed as revision 351 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
2efe097a7e
commit
72a52b3142
@ -686,8 +686,8 @@ void h263_encode_init(MpegEncContext *s)
|
||||
}
|
||||
s->mv_penalty= mv_penalty;
|
||||
|
||||
// use fcodes >1 only for mpeg4 FIXME
|
||||
if(!s->h263_msmpeg4 && s->h263_pred) s->fcode_tab= fcode_tab;
|
||||
// use fcodes >1 only for mpeg4&h263 FIXME
|
||||
if(!s->h263_msmpeg4) s->fcode_tab= fcode_tab;
|
||||
}
|
||||
|
||||
static void h263_encode_block(MpegEncContext * s, DCTELEM * block, int n)
|
||||
|
Loading…
Reference in New Issue
Block a user