Add support for rocDecGetDecodeStatus API (#46)

[ROCm/rocdecode commit: 6ab31ce40e]
Этот коммит содержится в:
Aryan Salmanpour
2023-11-09 08:47:58 -05:00
коммит произвёл GitHub
родитель b27fe23cd1
Коммит d44d320717
5 изменённых файлов: 34 добавлений и 5 удалений
+1
Просмотреть файл
@@ -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;
/**************************************************************************************************************/