Browse Source

SVQ3 uses unrestricted motion vectors

Originally committed as revision 2626 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Mike Melanson 22 years ago
parent
commit
4ff7c576f8
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      libavcodec/svq3.c

+ 2
- 1
libavcodec/svq3.c View File

@@ -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…
Cancel
Save