Add support for rocDecGetDecodeStatus API (#46)

[ROCm/rocdecode commit: 6ab31ce40e]
This commit is contained in:
Aryan Salmanpour
2023-11-09 08:47:58 -05:00
committed by GitHub
parent b27fe23cd1
commit d44d320717
5 changed files with 34 additions and 5 deletions
+1
View File
@@ -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;
/**************************************************************************************************************/