1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-10-05 18:01:59 +02:00

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

View File

@ -766,6 +766,7 @@ 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;