From 61415a07211d001ed5c386dbc4851e0589a6f4f0 Mon Sep 17 00:00:00 2001 From: Gwenole Beauchesne Date: Mon, 3 Mar 2014 10:15:23 +0100 Subject: tests: basic: add missing string representation for VP8 profiles. Signed-off-by: Gwenole Beauchesne --- test/basic/test_common.c | 1 + 1 file changed, 1 insertion(+) 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"; -- cgit v1.2.1