mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
SVQ3 uses unrestricted motion vectors
Originally committed as revision 2626 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
9a41c2c747
commit
4ff7c576f8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user