From 6139d3bc9c63c1922fb5020b72daff89f74a6ee1 Mon Sep 17 00:00:00 2001 From: Iwan Timmer Date: Sat, 27 May 2017 17:28:47 +0200 Subject: [PATCH] Correct header for sps fixes --- libgamestream/sps.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgamestream/sps.h b/libgamestream/sps.h index 9123b6f..ed55c3f 100644 --- a/libgamestream/sps.h +++ b/libgamestream/sps.h @@ -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);