0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 03:52:22 +02:00

stats.lua: display video parameters after filtering

This commit is contained in:
Kacper Michajłow 2024-02-11 03:44:07 +01:00 committed by Dudemanguy
parent 024edb2991
commit a56d8ff184

View File

@ -806,6 +806,7 @@ local function append_img_params(s, r, ro)
end
local indent = o.prefix_sep .. o.prefix_sep
r = ro or r
local pixel_format = r["hw-pixelformat"] or r["pixelformat"]
append(s, pixel_format, {prefix="Format:"})