Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pengxin99 committed Jan 24, 2024
1 parent 35d5b95 commit 3a201cd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions va/va.h
Original file line number Diff line number Diff line change
Expand Up @@ -4197,9 +4197,10 @@ Synchronization
* and verify its validity and integrity.
* - \ref VA_STATUS_ERROR_OPERATION_FAILED: When the attempt to retrieve the status report fails or related work
* on the current surface fails, this error is generated. In such cases, the client can proceed with subsequent
* frames by ignore the error, but it may involve incorrect result like corruption.
* frames by ignore the error, but it may involve incorrect result like corruption, MD5 mismatch or HW hang.
* Initialize new context can avoid the potential issues.
* - \ref VA_STATUS_ERROR_HW_BUSY: This error indicates that synchronization is still in progress or GPU hang happens.
* The client could call the function again within a period of time to wait hw execution completion.
* The client could call the function again with the same render_target within a period of time to wait hw execution completion.
* If hw execution could not complete successfully, gpu hang and reset may occur, in this case,
* application could try to recover media context by initialing new one.
* - \ref VA_STATUS_ERROR_DECODING_ERROR: This error is encountered when macroblock (MB) errors with
Expand Down

0 comments on commit 3a201cd

Please sign in to comment.