Skip to content

Commit 8b94cd0

Browse files
committed
Fix comments
1 parent 36407ae commit 8b94cd0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

va/va.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4189,6 +4189,13 @@ Synchronization
41894189
* different picture.
41904190
*
41914191
* Possible errors:
4192+
* - \ref VA_STATUS_ERROR_INVALID_CONTEXT: an invalid context was supplied
4193+
* - \ref VA_STATUS_ERROR_INVALID_SURFACE: an invalid surface was supplied
4194+
*
4195+
* Possible errors during decoding:
4196+
* - \ref VA_STATUS_ERROR_OPERATION_FAILED: Get status report fail.
4197+
* - \ref VA_STATUS_ERROR_HW_BUSY: Synchronization is still in progress, client should call
4198+
* the function again to complete synchronization.
41924199
* - \ref VA_STATUS_ERROR_DECODING_ERROR: This error is triggered when encountering
41934200
* Macroblock (MB) errors with non-conformance input clips during the decoding process.
41944201
* Application can proceed with the subsequent frames, it is advised that the application

0 commit comments

Comments
 (0)