forked from etc/pineapple-src
early-access version 2420
This commit is contained in:
parent
b3cd3d3048
commit
899ade82ac
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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};
|
||||
|
||||
|
|
Loading…
Reference in a new issue