summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Yuan <shengquan.yuan@intel.com>2009-06-05 10:49:11 +0800
committerAustin Yuan <shengquan.yuan@intel.com>2009-06-05 10:49:11 +0800
commit36bfd6d53bece5f9be629f606df8d1937e535ca0 (patch)
tree3af5d10ec01fbbddfcc0fd0b214fdd4952b751f0
parentbc5716103217e5c519ca8caf31a900e6233d2626 (diff)
Chage VASurfaceSkipped from 3 to 420090608_Alpha2.2
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
-rwxr-xr-xsrc/va.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/va.h b/src/va.h
index 66edd45..2c2cbe6 100755
--- a/src/va.h
+++ b/src/va.h
@@ -1214,7 +1214,7 @@ typedef enum
/* this status is useful if surface is used as the source */
/* of an overlay */
VASurfaceReady = 2, /* not being rendered or displayed */
- VASurfaceSkipped = 3 /* Indicate a skipped frame during encode */
+ VASurfaceSkipped = 4 /* Indicate a skipped frame during encode */
} VASurfaceStatus;
/*