mirror of
https://github.com/devkitPro/wut.git
synced 2026-04-24 15:37:18 -05:00
h264/decode: Make H264DECSetParam_USER_MEMORY take void** (#418)
This commit is contained in:
parent
1447a0ed92
commit
b418690722
|
|
@ -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