mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2025-07-01 23:35:47 +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
|
// General decoder and renderer state
|
||||||
static AVPacket* pkt;
|
static AVPacket* pkt;
|
||||||
static AVCodec* decoder;
|
static const AVCodec* decoder;
|
||||||
static AVCodecContext* decoder_ctx;
|
static AVCodecContext* decoder_ctx;
|
||||||
static AVFrame** dec_frames;
|
static AVFrame** dec_frames;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user