]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/eatgv.c
vble: remove flags copy, its not used in any speed relevant code.
[ffmpeg] / libavcodec / eatgv.c
index 26bf524339faacefe1aa391eb66930832b433ae3..5559dc949f69c48a21cc9cb783d6e2a731f7004f 100644 (file)
@@ -289,7 +289,7 @@ static int tgv_decode_frame(AVCodecContext *avctx,
     /* shuffle */
     FFSWAP(AVFrame, s->frame, s->last_frame);
     if (!s->frame.data[0]) {
-        s->frame.reference = 1;
+        s->frame.reference = 3;
         s->frame.buffer_hints = FF_BUFFER_HINTS_VALID;
         s->frame.linesize[0] = s->width;