SVQ3 uses unrestricted motion vectors

Originally committed as revision 2626 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Mike Melanson 2003-12-18 23:44:49 +00:00
parent 9a41c2c747
commit 4ff7c576f8
1 changed files with 2 additions and 1 deletions

View File

@ -766,7 +766,8 @@ static int svq3_decode_frame (AVCodecContext *avctx,
*data_size = 0;
s->flags = avctx->flags;
s->unrestricted_mv = 1;
if (!s->context_initialized) {
s->width = avctx->width;
s->height = avctx->height;