OSDN Git Service

update vainfo
authorXiang, Haihao <haihao.xiang@intel.com>
Tue, 7 Feb 2012 06:07:19 +0000 (14:07 +0800)
committerXiang, Haihao <haihao.xiang@intel.com>
Tue, 7 Feb 2012 06:07:19 +0000 (14:07 +0800)
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
test/vainfo/vainfo.c

index b5e6123..d98a627 100644 (file)
@@ -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,