diff options
author | Kibey, Sameer <sameer.kibey@intel.com> | 2015-08-13 00:23:08 +0000 |
---|---|---|
committer | Xiang, Haihao <haihao.xiang@intel.com> | 2015-08-14 09:29:31 +0800 |
commit | fdd6ee00c916f530e4d0aa1b250633643999dcf1 (patch) | |
tree | e162102ea45fb830c84b27bbc83361f4ca484225 /test | |
parent | 70b80c0dd2effb4956b208775641f7c68a67a9df (diff) | |
download | libva-fdd6ee00c916f530e4d0aa1b250633643999dcf1.tar.gz |
Add VP9 profile to vainfo
Add VP9 profile to vainfo so that it returns the
profile correctly for supported platforms.
Signed-off-by: Sameer Kibey <sameer.kibey@intel.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/vainfo/vainfo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/vainfo/vainfo.c b/test/vainfo/vainfo.c index 2736b56..4ccfe60 100644 --- a/test/vainfo/vainfo.c +++ b/test/vainfo/vainfo.c @@ -60,6 +60,7 @@ static char * profile_string(VAProfile profile) case VAProfileH264StereoHigh: return "VAProfileH264StereoHigh"; case VAProfileHEVCMain: return "VAProfileHEVCMain"; case VAProfileHEVCMain10: return "VAProfileHEVCMain10"; + case VAProfileVP9Profile0: return "VAProfileVP9Profile0"; default: break; |