hardware/intel/libva
修订版 | 61415a07211d001ed5c386dbc4851e0589a6f4f0 (tree) |
---|---|
时间 | 2014-03-03 18:16:12 |
作者 | Gwenole Beauchesne <gwenole.beauchesne@inte...> |
Commiter | Gwenole Beauchesne |
tests: basic: add missing string representation for VP8 profiles.
Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
@@ -106,6 +106,7 @@ const char *profile2string(VAProfile profile) | ||
106 | 106 | PROFILE(VC1Main) |
107 | 107 | PROFILE(VC1Advanced) |
108 | 108 | PROFILE(JPEGBaseline) |
109 | + PROFILE(VP8Version0_3) | |
109 | 110 | } |
110 | 111 | ASSERT(0); |
111 | 112 | return "Unknown"; |