Commit 36bfd6d5 authored by Austin Yuan's avatar Austin Yuan

Chage VASurfaceSkipped from 3 to 4

Signed-off-by: default avatarAustin Yuan <shengquan.yuan@intel.com>
parent bc571610
...@@ -1214,7 +1214,7 @@ typedef enum ...@@ -1214,7 +1214,7 @@ typedef enum
/* this status is useful if surface is used as the source */ /* this status is useful if surface is used as the source */
/* of an overlay */ /* of an overlay */
VASurfaceReady = 2, /* not being rendered or displayed */ VASurfaceReady = 2, /* not being rendered or displayed */
VASurfaceSkipped = 3 /* Indicate a skipped frame during encode */ VASurfaceSkipped = 4 /* Indicate a skipped frame during encode */
} VASurfaceStatus; } VASurfaceStatus;
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment