From 899ade82acd9d80e93f49b85f6223087f3ce2789 Mon Sep 17 00:00:00 2001 From: pineappleEA Date: Thu, 20 Jan 2022 20:59:01 +0100 Subject: [PATCH] early-access version 2420 --- README.md | 2 +- src/video_core/command_classes/codecs/codec.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 11848aceb..14360ad7c 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ yuzu emulator early access ============= -This is the source code for early-access 2419. +This is the source code for early-access 2420. ## Legal Notice diff --git a/src/video_core/command_classes/codecs/codec.h b/src/video_core/command_classes/codecs/codec.h index 13ed88382..de5672155 100755 --- a/src/video_core/command_classes/codecs/codec.h +++ b/src/video_core/command_classes/codecs/codec.h @@ -66,7 +66,7 @@ private: bool initialized{}; NvdecCommon::VideoCodec current_codec{NvdecCommon::VideoCodec::None}; - AVCodec* av_codec{nullptr}; + const AVCodec* av_codec{nullptr}; AVCodecContext* av_codec_ctx{nullptr}; AVBufferRef* av_gpu_decoder{nullptr};