X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Ftruemotion1.c;h=ccebef5495a110809a63a000afe5b85c11f77983;hb=e191f1f4141aec6b40d12af4835844deca134a1e;hp=9c2a273f1ccbe5559603224d7318157301aaa01b;hpb=0489af478e5f490aee2d96daa29043b590c8d280;p=ffmpeg diff --git a/libavcodec/truemotion1.c b/libavcodec/truemotion1.c index 9c2a273f1cc..ccebef5495a 100644 --- a/libavcodec/truemotion1.c +++ b/libavcodec/truemotion1.c @@ -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) {