Skip to content

Commit 3a201cd

Browse files
committed
fix comments
1 parent 35d5b95 commit 3a201cd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

va/va.h

+3-2
Original file line numberDiff line numberDiff line change
@@ -4197,9 +4197,10 @@ Synchronization
41974197
* and verify its validity and integrity.
41984198
* - \ref VA_STATUS_ERROR_OPERATION_FAILED: When the attempt to retrieve the status report fails or related work
41994199
* on the current surface fails, this error is generated. In such cases, the client can proceed with subsequent
4200-
* frames by ignore the error, but it may involve incorrect result like corruption.
4200+
* frames by ignore the error, but it may involve incorrect result like corruption, MD5 mismatch or HW hang.
4201+
* Initialize new context can avoid the potential issues.
42014202
* - \ref VA_STATUS_ERROR_HW_BUSY: This error indicates that synchronization is still in progress or GPU hang happens.
4202-
* The client could call the function again within a period of time to wait hw execution completion.
4203+
* The client could call the function again with the same render_target within a period of time to wait hw execution completion.
42034204
* If hw execution could not complete successfully, gpu hang and reset may occur, in this case,
42044205
* application could try to recover media context by initialing new one.
42054206
* - \ref VA_STATUS_ERROR_DECODING_ERROR: This error is encountered when macroblock (MB) errors with

0 commit comments

Comments
 (0)