Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pengxin99 committed Dec 11, 2023
1 parent 36407ae commit 8b94cd0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions va/va.h
Original file line number Diff line number Diff line change
Expand Up @@ -4189,6 +4189,13 @@ Synchronization
* different picture.
*
* Possible errors:
* - \ref VA_STATUS_ERROR_INVALID_CONTEXT: an invalid context was supplied
* - \ref VA_STATUS_ERROR_INVALID_SURFACE: an invalid surface was supplied
*
* Possible errors during decoding:
* - \ref VA_STATUS_ERROR_OPERATION_FAILED: Get status report fail.
* - \ref VA_STATUS_ERROR_HW_BUSY: Synchronization is still in progress, client should call
* the function again to complete synchronization.
* - \ref VA_STATUS_ERROR_DECODING_ERROR: This error is triggered when encountering
* Macroblock (MB) errors with non-conformance input clips during the decoding process.
* Application can proceed with the subsequent frames, it is advised that the application
Expand Down

0 comments on commit 8b94cd0

Please sign in to comment.