Commit e9aa6522 authored by melanson's avatar melanson

SVQ3 uses unrestricted motion vectors


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2626 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 3c0899c2
......@@ -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;
......
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