From 47016bf45eb82c484a2d672229f5a1aaa94c2248 Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Mon, 10 Aug 2015 23:14:05 +0200 Subject: stats: add support for video-sync=display --- player/lua/stats.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/player/lua/stats.lua b/player/lua/stats.lua index f844d214f8..0869ac133b 100644 --- a/player/lua/stats.lua +++ b/player/lua/stats.lua @@ -112,6 +112,7 @@ function add_video(s) append_property(s, sec, "avsync", {prefix="A-V:"}) if append_property(s, sec, "drop-frame-count", {prefix="Dropped:"}) then append_property(s, sec, "vo-drop-frame-count", {prefix="VO:", nl=""}) + append_property(s, sec, "vo-missed-frame-count", {prefix="Missed:", nl=""}) end if append_property(s, sec, "fps", {prefix="FPS:", suffix=" (specified)"}) then append_property(s, sec, "estimated-vf-fps", @@ -120,6 +121,10 @@ function add_video(s) append_property(s, sec, "estimated-vf-fps", {prefix="FPS:", suffix=" (estimated)"}) end + if append_property(s, sec, "video-speed-correction", {prefix="DS:"}) then + append_property(s, sec, "audio-speed-correction", + {prefix="/", nl="", indent=" ", prefix_sep=" ", no_prefix_markup=true}) + end if append_property(s, sec, "video-params/w", {prefix="Native Resolution:"}) then append_property(s, sec, "video-params/h", {prefix="x", nl="", indent=" ", prefix_sep=" ", no_prefix_markup=true}) -- cgit v1.2.3