Use the actual struct type instead of a void pointer to the decoder Initialize method
This commit is contained in:
@@ -350,7 +350,7 @@ void WelsCloseDecoder (PWelsDecoderContext pCtx) {
|
||||
/*!
|
||||
* \brief configure decoder parameters
|
||||
*/
|
||||
int32_t DecoderConfigParam (PWelsDecoderContext pCtx, const void* kpParam) {
|
||||
int32_t DecoderConfigParam (PWelsDecoderContext pCtx, const SDecodingParam* kpParam) {
|
||||
if (NULL == pCtx || NULL == kpParam)
|
||||
return 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user