mirror of
https://github.com/devkitPro/wut.git
synced 2026-08-20 01:25:58 -05:00
h264/decode: Make H264DECSetParam_USER_MEMORY take void** (#418)
This commit is contained in:
@@ -80,7 +80,7 @@ H264DECSetParam_OUTPUT_PER_FRAME(void *memory,
|
||||
*/
|
||||
H264Error
|
||||
H264DECSetParam_USER_MEMORY(void *memory,
|
||||
void *value);
|
||||
void **value);
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user