From 3ef3996bc78745e5fbedfc9b89dacae3c2ec139a Mon Sep 17 00:00:00 2001 From: "Xiang, Haihao" Date: Tue, 7 Feb 2012 14:07:19 +0800 Subject: [PATCH] update vainfo Signed-off-by: Xiang, Haihao --- test/vainfo/vainfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 : ""); 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, -- 2.7.4