[codec,h264] fix sign type of option

This commit is contained in:
akallabeth
2025-01-18 14:16:57 -07:00
parent 1b04ca94f0
commit 355bb9f037

View File

@@ -62,7 +62,7 @@ extern "C"
UINT32 FrameRate;
UINT32 QP;
UINT32 UsageType;
BOOL hwAccel;
UINT32 hwAccel;
UINT32 NumberOfThreads;
UINT32 iStride[3];