diff options
author | Gwenole Beauchesne <gwenole.beauchesne@intel.com> | 2014-03-03 10:15:23 +0100 |
---|---|---|
committer | Gwenole Beauchesne <gwenole.beauchesne@intel.com> | 2014-03-03 10:16:12 +0100 |
commit | 61415a07211d001ed5c386dbc4851e0589a6f4f0 (patch) | |
tree | 2e6df7be727897c067ea3d0cd2c2b86ef7f1797f | |
parent | 0b71390aac4b0b7971d5c279a87005e4c33d1b45 (diff) | |
download | libva-61415a07211d001ed5c386dbc4851e0589a6f4f0.tar.gz |
tests: basic: add missing string representation for VP8 profiles.
Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
-rw-r--r-- | test/basic/test_common.c | 1 |
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"; |