From: Austin Yuan Date: Fri, 5 Jun 2009 02:49:11 +0000 (+0800) Subject: Chage VASurfaceSkipped from 3 to 4 X-Git-Tag: 20090608_Alpha2.2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2F20090608_Alpha2.2;p=profile%2Fivi%2Flibva.git Chage VASurfaceSkipped from 3 to 4 Signed-off-by: Austin Yuan --- 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; /*