stats.lua: change "Pixel Format" to "Format"

This commit is contained in:
Kacper Michajłow 2023-10-13 19:19:34 +02:00 committed by Niklas Haas
parent 81cf697e28
commit 28ecbcd36b
1 changed files with 1 additions and 1 deletions

View File

@ -817,7 +817,7 @@ local function append_img_params(s, r, ro)
local indent = o.prefix_sep .. o.prefix_sep
local pixel_format = r["hw-pixelformat"] or r["pixelformat"]
append(s, pixel_format, {prefix="Pixel Format:"})
append(s, pixel_format, {prefix="Format:"})
append(s, r["colorlevels"], {prefix="Levels:", nl="", indent=indent})
-- Group these together to save vertical space