mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2025-07-01 15:25:35 +00:00
Fix const warnings with FFmpeg 5.0
This commit is contained in:
parent
6c215e47bf
commit
22f75b74f9
@ -33,7 +33,7 @@
|
||||
|
||||
// General decoder and renderer state
|
||||
static AVPacket* pkt;
|
||||
static AVCodec* decoder;
|
||||
static const AVCodec* decoder;
|
||||
static AVCodecContext* decoder_ctx;
|
||||
static AVFrame** dec_frames;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user