summaryrefslogtreecommitdiff
path: root/vdpauinfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vdpauinfo.cpp')
-rw-r--r--vdpauinfo.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/vdpauinfo.cpp b/vdpauinfo.cpp
index 147d61a..46aa9eb 100644
--- a/vdpauinfo.cpp
+++ b/vdpauinfo.cpp
@@ -377,6 +377,8 @@ void queryDecoderCaps(VDPDeviceImpl *device)
{
printf("%-30s %2i %5i %5i %5i\n", decoder_profiles[x].name,
max_level, max_macroblocks, max_width, max_height);
+ } else {
+ printf("%-30s --- not supported ---\n", decoder_profiles[x].name);
}
}
}