diff options
author | Lioncash <mathew1800@gmail.com> | 2020-12-04 22:23:10 +0100 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2020-12-04 22:23:13 +0100 |
commit | 94af77aa7c26b65365fecc6230c2110c10ff16b5 (patch) | |
tree | 12e24c3bfd0103deb3c599b571fc879dce998a7b | |
parent | Merge pull request #5064 from lioncash/node-shadow (diff) | |
download | yuzu-94af77aa7c26b65365fecc6230c2110c10ff16b5.tar yuzu-94af77aa7c26b65365fecc6230c2110c10ff16b5.tar.gz yuzu-94af77aa7c26b65365fecc6230c2110c10ff16b5.tar.bz2 yuzu-94af77aa7c26b65365fecc6230c2110c10ff16b5.tar.lz yuzu-94af77aa7c26b65365fecc6230c2110c10ff16b5.tar.xz yuzu-94af77aa7c26b65365fecc6230c2110c10ff16b5.tar.zst yuzu-94af77aa7c26b65365fecc6230c2110c10ff16b5.zip |
-rw-r--r-- | src/video_core/command_classes/codecs/codec.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_core/command_classes/codecs/codec.cpp b/src/video_core/command_classes/codecs/codec.cpp index 9a88f64e4..f547f5bd4 100644 --- a/src/video_core/command_classes/codecs/codec.cpp +++ b/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 |