From d080d1d39afe2b0a4286ab4688df609984996357 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 25 Mar 2013 21:25:11 +0100 Subject: command: export VO video width/height as properties Add new properties "dwidth" and "dheight", which contain the video size as known by the VO (not necessarily what the VO makes out of them, i.e. without window scaling and panscan). --- TOOLS/mpv_identify.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'TOOLS/mpv_identify.sh') diff --git a/TOOLS/mpv_identify.sh b/TOOLS/mpv_identify.sh index b3bc0481ef..cd006c5db5 100755 --- a/TOOLS/mpv_identify.sh +++ b/TOOLS/mpv_identify.sh @@ -86,6 +86,8 @@ __midentify__allprops=" fps width height + dwidth + dheight sub " -- cgit v1.2.3