Commit 4ff7c576 authored by Mike Melanson's avatar Mike Melanson

SVQ3 uses unrestricted motion vectors

Originally committed as revision 2626 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 9a41c2c7
......@@ -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