Add support for rocDecGetDecodeStatus API (#46)
[ROCm/rocdecode commit: 6ab31ce40e]
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
b27fe23cd1
Коммит
d44d320717
@@ -138,6 +138,7 @@ typedef enum rocDecodeStatus_enum {
|
||||
// 3 to 7 enums are reserved for future use
|
||||
rocDecodeStatus_Error = 8, // Decode is completed with an error (error is not concealed)
|
||||
rocDecodeStatus_Error_Concealed = 9, // Decode is completed with an error and error is concealed
|
||||
rocDecodeStatus_Displaying = 10, // Decode is completed, displaying in progress
|
||||
} rocDecDecodeStatus;
|
||||
|
||||
/**************************************************************************************************************/
|
||||
|
||||
Ссылка в новой задаче
Block a user