From 4ff7c576f825a6d8bf94c344ec2d1a5243ebe09e Mon Sep 17 00:00:00 2001 From: Mike Melanson Date: Thu, 18 Dec 2003 23:44:49 +0000 Subject: [PATCH] SVQ3 uses unrestricted motion vectors Originally committed as revision 2626 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/svq3.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavcodec/svq3.c b/libavcodec/svq3.c index e5d7bb6..b160987 100644 --- a/libavcodec/svq3.c +++ b/libavcodec/svq3.c @@ -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; -- 2.7.4