diff options
author | Austin Yuan <shengquan.yuan@intel.com> | 2009-06-05 10:49:11 +0800 |
---|---|---|
committer | Austin Yuan <shengquan.yuan@intel.com> | 2009-06-05 10:49:11 +0800 |
commit | 36bfd6d53bece5f9be629f606df8d1937e535ca0 (patch) | |
tree | 3af5d10ec01fbbddfcc0fd0b214fdd4952b751f0 /src/va.h | |
parent | bc5716103217e5c519ca8caf31a900e6233d2626 (diff) | |
download | libva-36bfd6d53bece5f9be629f606df8d1937e535ca0.tar.gz |
Chage VASurfaceSkipped from 3 to 420090608_Alpha2.2
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
Diffstat (limited to 'src/va.h')
-rwxr-xr-x | src/va.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; /* |