Browse Source

examples/qsvdec: do not set the deprecated field refcounted_frames

It is used by the deprecated API avcodec_decode_video2 and ignored by the
new decode APIs (avcodec_send_packet/avcodec_receive_frame).

Signed-off-by: Zhong Li <zhong.li@intel.com>
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
tags/n4.0
Zhong Li Luca Barbato 8 years ago
parent
commit
1efbbfedca
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      doc/examples/qsvdec.c

+ 0
- 1
doc/examples/qsvdec.c View File

@@ -210,7 +210,6 @@ int main(int argc, char **argv)
video_st->codecpar->extradata_size);
decoder_ctx->extradata_size = video_st->codecpar->extradata_size;
}
decoder_ctx->refcounted_frames = 1;

decoder_ctx->opaque = &decode;
decoder_ctx->get_format = get_format;


Loading…
Cancel
Save