mirror of https://github.com/mpv-player/mpv
stats.lua: change "Pixel Format" to "Format"
This commit is contained in:
parent
81cf697e28
commit
28ecbcd36b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue