Skip to content

Commit

Permalink
stats.lua: display video parameters after filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
kasper93 authored and Dudemanguy committed Mar 9, 2024
1 parent 024edb2 commit a56d8ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions player/lua/stats.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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:"})
Expand Down

0 comments on commit a56d8ff

Please sign in to comment.