Update SPS fixup code to match current Qt/Android version

This commit is contained in:
Cameron Gutman
2021-07-24 07:39:03 -05:00
parent 615ed824ac
commit fc44f010f8
2 changed files with 10 additions and 7 deletions

View File

@@ -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);