projects
/
platform
/
upstream
/
libva.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2dfdda2
)
test/basic: update to new API.
author
Haitao Huang
<haitao.huang@intel.com>
Fri, 6 Jul 2012 11:38:56 +0000
(13:38 +0200)
committer
Xiang, Haihao
<haihao.xiang@intel.com>
Tue, 28 May 2013 08:46:48 +0000
(16:46 +0800)
Signed-off-by: Haitao Huang <haitao.huang@intel.com>
test/basic/test_common.c
patch
|
blob
|
history
diff --git
a/test/basic/test_common.c
b/test/basic/test_common.c
index
5f93c25
..
c584ccc
100644
(file)
--- a/
test/basic/test_common.c
+++ b/
test/basic/test_common.c
@@
-91,6
+91,7
@@
const char *profile2string(VAProfile profile)
{
switch(profile)
{
+ PROFILE(None)
PROFILE(MPEG2Simple)
PROFILE(MPEG2Main)
PROFILE(MPEG4Simple)
@@
-123,6
+124,7
@@
const char *entrypoint2string(VAEntrypoint entrypoint)
ENTRYPOINT(Deblocking)
ENTRYPOINT(EncSlice)
ENTRYPOINT(EncPicture)
+ ENTRYPOINT(VideoProc)
}
ASSERT(0);
return "Unknown";