summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaitao Huang <haitao.huang@intel.com>2012-07-06 13:38:56 +0200
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>2013-08-27 11:16:43 +0200
commit854fe0ef33da3b6d6282397e56733e2b2932979d (patch)
tree7d70b01ad654579e9f606075b6c678ab09abdc85
parentd371c9888dd792967b137aa67a0255625af57635 (diff)
downloadlibva-854fe0ef33da3b6d6282397e56733e2b2932979d.tar.gz
test/basic: update to new API.
Signed-off-by: Haitao Huang <haitao.huang@intel.com>
-rw-r--r--test/basic/test_common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/basic/test_common.c b/test/basic/test_common.c
index c584ccc..7c4ff89 100644
--- a/test/basic/test_common.c
+++ b/test/basic/test_common.c
@@ -106,6 +106,7 @@ const char *profile2string(VAProfile profile)
PROFILE(VC1Main)
PROFILE(VC1Advanced)
PROFILE(JPEGBaseline)
+ PROFILE(VP8Version0_3)
}
ASSERT(0);
return "Unknown";