]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/truemotion1.c
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavcodec / truemotion1.c
index 9c2a273f1ccbe5559603224d7318157301aaa01b..ccebef5495a110809a63a000afe5b85c11f77983 100644 (file)
@@ -859,7 +859,7 @@ static int truemotion1_decode_frame(AVCodecContext *avctx,
     if (truemotion1_decode_header(s) == -1)
         return -1;
 
-    s->frame.reference = 1;
+    s->frame.reference = 3;
     s->frame.buffer_hints = FF_BUFFER_HINTS_VALID |
         FF_BUFFER_HINTS_PRESERVE | FF_BUFFER_HINTS_REUSABLE;
     if (avctx->reget_buffer(avctx, &s->frame) < 0) {