mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-04 15:06:03 +00:00
Fix const warnings with FFmpeg 5.0
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user