Make H264DECSetParam_USER_MEMORY take void**. userMemory value given in decode callback is the data obtained by dereferencing value

This commit is contained in:
capitalistspz 2025-05-16 09:53:12 +01:00
parent 1447a0ed92
commit 4bba472592

View File

@ -80,7 +80,7 @@ H264DECSetParam_OUTPUT_PER_FRAME(void *memory,
*/
H264Error
H264DECSetParam_USER_MEMORY(void *memory,
void *value);
void **value);
/**