mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-19 06:49:55 +00:00
Update SPS fixup code to match current Qt/Android version
This commit is contained in:
@@ -19,7 +19,9 @@
|
||||
|
||||
#include <Limelight.h>
|
||||
|
||||
#define GS_SPS_BITSTREAM_FIXUP 0x01
|
||||
#define GS_SPS_BITSTREAM_FIXUP 0x01
|
||||
#define GS_SPS_REMOVE_VST_FIXUP 0x02
|
||||
#define GS_SPS_REMOVE_CLI_FIXUP 0x04
|
||||
|
||||
void gs_sps_init(int width, int height);
|
||||
void gs_sps_fix(PLENTRY sps, int flags, uint8_t* out_buf, uint32_t* out_offset);
|
||||
|
||||
Reference in New Issue
Block a user