summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmeric Grange <emeric.grange@gmail.com>2011-08-22 16:01:51 +0200
committerEmeric Grange <emeric.grange@gmail.com>2011-08-22 18:49:46 +0200
commit1c81eda9340d0900918ad4ce1919d94d1389dd67 (patch)
treec2f4ebcb25aa9a8fa8c8ec16740d64e55c807a22
parentfb754701e83d565e4333ce7d3fce216194b40266 (diff)
Add detection of VP8 decoding capabilities
Signed-off-by: Emeric Grange <emeric.grange@gmail.com>
-rw-r--r--vdpauinfo.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/vdpauinfo.cpp b/vdpauinfo.cpp
index 60f3619..af034b6 100644
--- a/vdpauinfo.cpp
+++ b/vdpauinfo.cpp
@@ -346,6 +346,10 @@ Desc decoder_profiles[] = {
{"DIVX5_MOBILE", VDP_DECODER_PROFILE_DIVX5_MOBILE},
{"DIVX5_HOME_THEATER", VDP_DECODER_PROFILE_DIVX5_HOME_THEATER},
{"DIVX5_HD_1080P", VDP_DECODER_PROFILE_DIVX5_HD_1080P},
+{"VP8_V0", VDP_DECODER_PROFILE_VP8_V0},
+{"VP8_V1", VDP_DECODER_PROFILE_VP8_V1},
+{"VP8_V2", VDP_DECODER_PROFILE_VP8_V2},
+{"VP8_V3", VDP_DECODER_PROFILE_VP8_V3},
};
const size_t decoder_profile_count = sizeof(decoder_profiles)/sizeof(Desc);