Correct header for sps fixes

This commit is contained in:
Iwan Timmer 2017-05-27 17:28:47 +02:00
parent bbeffe2782
commit 6139d3bc9c

View File

@ -22,5 +22,5 @@
#define GS_SPS_BITSTREAM_FIXUP 0x01
#define GS_SPS_BASELINE_HACK 0x02
void gs_sps_init();
void gs_sps_init(int width, int height);
PLENTRY gs_sps_fix(PLENTRY *entry, int flags);