We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0931342 commit 36407aeCopy full SHA for 36407ae
va/va.h
@@ -4187,6 +4187,12 @@ Synchronization
4187
* This function blocks until all pending operations on the render target
4188
* have been completed. Upon return it is safe to use the render target for a
4189
* different picture.
4190
+ *
4191
+ * Possible errors:
4192
+ * - \ref VA_STATUS_ERROR_DECODING_ERROR: This error is triggered when encountering
4193
+ * Macroblock (MB) errors with non-conformance input clips during the decoding process.
4194
+ * Application can proceed with the subsequent frames, it is advised that the application
4195
+ * be aware of potential corruption in the output.
4196
*/
4197
VAStatus vaSyncSurface(
4198
VADisplay dpy,
0 commit comments