mirror of
https://github.com/devkitPro/wut.git
synced 2026-04-25 07:58:39 -05:00
Make H264DECSetParam_USER_MEMORY take void**. userMemory value given in decode callback is the data obtained by dereferencing value
This commit is contained in:
parent
1447a0ed92
commit
4bba472592
|
|
@ -80,7 +80,7 @@ H264DECSetParam_OUTPUT_PER_FRAME(void *memory,
|
|||
*/
|
||||
H264Error
|
||||
H264DECSetParam_USER_MEMORY(void *memory,
|
||||
void *value);
|
||||
void **value);
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user