diff options
author | enen92 <enen92@users.noreply.github.com> | 2022-01-06 10:12:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-06 10:12:22 +0000 |
commit | 4690032f5d3ca1e471780de53ee7bbad86db35e0 (patch) | |
tree | f5510245df64abc79de7e97d4a48077c7a6e6203 /addons/skin.estuary | |
parent | 0d59103fed7f19dc799dc4d2f38604d5af9da27e (diff) | |
parent | 5c74a5fb91fd8a76cd03856bab9f7a5619d6dd31 (diff) |
Merge pull request #20800 from CastagnaIT/interlaced_flag
[Skin] Add video scan type info to player process info window
Diffstat (limited to 'addons/skin.estuary')
-rw-r--r-- | addons/skin.estuary/xml/DialogPlayerProcessInfo.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/skin.estuary/xml/DialogPlayerProcessInfo.xml b/addons/skin.estuary/xml/DialogPlayerProcessInfo.xml index 0b6415596b..15095dc4b3 100644 --- a/addons/skin.estuary/xml/DialogPlayerProcessInfo.xml +++ b/addons/skin.estuary/xml/DialogPlayerProcessInfo.xml @@ -237,7 +237,7 @@ <width>1600</width> <height>50</height> <aligny>bottom</aligny> - <label>$INFO[Player.Process(videowidth),[COLOR button_focus]$LOCALIZE[38031]:[/COLOR] ,x]$INFO[Player.Process(videoheight),, px]$INFO[Player.Process(videodar),$COMMA , AR]$INFO[Player.Process(videofps),$COMMA , FPS]</label> + <label>$INFO[Player.Process(videowidth),[COLOR button_focus]$LOCALIZE[38031]:[/COLOR] ,x]$INFO[Player.Process(videoheight)]$INFO[Player.Process(videoscantype)]$INFO[Player.Process(videodar),$COMMA , AR]$INFO[Player.Process(videofps),$COMMA , FPS]</label> <font>font14</font> <shadowcolor>black</shadowcolor> <visible>Player.HasVideo</visible> |