This patch marks frames used in RPZA decoder as reference frames, from
authorMike Melanson <mike@multimedia.cx>
Sun, 5 Oct 2003 21:48:16 +0000 (21:48 +0000)
committerMike Melanson <mike@multimedia.cx>
Sun, 5 Oct 2003 21:48:16 +0000 (21:48 +0000)
Roberto Togni (rtogni at freemail.it)

Originally committed as revision 2347 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/rpza.c

index 8027cfd..675d7f3 100644 (file)
@@ -267,6 +267,7 @@ static int rpza_decode_frame(AVCodecContext *avctx,
     s->buf = buf;
     s->size = buf_size;
 
+    s->frame.reference = 1;
     if (avctx->get_buffer(avctx, &s->frame)) {
         printf ("  RPZA Video: get_buffer() failed\n");
         return -1;