Browse Source
Merge pull request #5126 from lioncash/deprecated
codec: Remove deprecated usage of AVCodecContext::refcounted_frames
pull/15/merge
bunnei
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
src/video_core/command_classes/codecs/codec.cpp
|
|
|
@ -67,7 +67,6 @@ void Codec::Decode() { |
|
|
|
} |
|
|
|
|
|
|
|
av_codec_ctx = avcodec_alloc_context3(av_codec); |
|
|
|
av_codec_ctx->refcounted_frames = 1; |
|
|
|
av_opt_set(av_codec_ctx->priv_data, "tune", "zerolatency", 0); |
|
|
|
|
|
|
|
// TODO(ameerj): libavcodec gpu hw acceleration
|
|
|
|
|