summaryrefslogtreecommitdiffstats
path: root/player
diff options
context:
space:
mode:
Diffstat (limited to 'player')
-rw-r--r--player/command.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/player/command.c b/player/command.c
index 982efa2e3a..e55e6e46d9 100644
--- a/player/command.c
+++ b/player/command.c
@@ -2195,6 +2195,8 @@ static int property_imgparams(struct mp_image_params p, int action, void *arg)
struct m_sub_property props[] = {
{"pixelformat", SUB_PROP_STR(mp_imgfmt_to_name(p.imgfmt))},
+ {"hw-pixelformat", SUB_PROP_STR(mp_imgfmt_to_name(p.hw_subfmt)),
+ .unavailable = !p.hw_subfmt},
{"average-bpp", SUB_PROP_INT(bpp),
.unavailable = !bpp},
{"w", SUB_PROP_INT(p.w)},