mirror of
https://github.com/PabloMK7/citra
synced 2024-11-15 05:08:23 +00:00
audio_core/hle/ffmpeg_decoder: make avcodec const
This commit is contained in:
parent
04f201ab34
commit
c7869ff332
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ private:
|
|||
|
||||
Memory::MemorySystem& memory;
|
||||
|
||||
AVCodec* codec;
|
||||
const AVCodec* codec;
|
||||
std::unique_ptr<AVCodecContext, AVCodecContextDeleter> av_context;
|
||||
std::unique_ptr<AVCodecParserContext, AVCodecParserContextDeleter> parser;
|
||||
std::unique_ptr<AVPacket, AVPacketDeleter> av_packet;
|
||||
|
|
Loading…
Reference in a new issue