Browse Source

This patch marks frames used in RPZA decoder as reference frames, from

Roberto Togni (rtogni at freemail.it)

Originally committed as revision 2347 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Mike Melanson 21 years ago
parent
commit
7238579835
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/rpza.c

+ 1
- 0
libavcodec/rpza.c View 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;


Loading…
Cancel
Save