summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiang, Haihao <haihao.xiang@intel.com>2012-02-07 14:07:19 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2012-02-07 14:07:19 +0800
commit3ef3996bc78745e5fbedfc9b89dacae3c2ec139a (patch)
tree20abba2f5e58c1af51a49bb656c9774f1326b0cc
parent2517cc17db58fa6bac33ff93d7d42ded85e44c30 (diff)
update vainfo
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
-rw-r--r--test/vainfo/vainfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vainfo/vainfo.c b/test/vainfo/vainfo.c
index b5e6123..d98a627 100644
--- a/test/vainfo/vainfo.c
+++ b/test/vainfo/vainfo.c
@@ -123,7 +123,7 @@ int main(int argc, const char* argv[])
printf("%s: Driver version: %s\n", name, driver ? driver : "<unknown>");
printf("%s: Supported profile and entrypoints\n", name);
- for (profile = VAProfileMPEG2Simple; profile <= VAProfileH263Baseline; profile++) {
+ for (profile = VAProfileMPEG2Simple; profile <= VAProfileH264ConstrainedBaseline; profile++) {
char *profile_str;
va_status = vaQueryConfigEntrypoints(va_dpy, profile, entrypoints,