Skip to content
Snippets Groups Projects
Commit 4ff7c576 authored by Mike Melanson's avatar Mike Melanson
Browse files

SVQ3 uses unrestricted motion vectors

Originally committed as revision 2626 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 9a41c2c7
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment