Make video-pan-x and video-pan-y floats as they should be
This commit is contained in:
parent
73f2e87f66
commit
588d74938c
2 changed files with 3 additions and 5 deletions
4
mpv.py
4
mpv.py
|
|
@ -626,8 +626,8 @@ ALL_PROPERTIES = {
|
|||
'video': (str, 'rw'), # alias for vid
|
||||
'video-align-x': (float, 'rw'),
|
||||
'video-align-y': (float, 'rw'),
|
||||
'video-pan-x': (int, 'rw'),
|
||||
'video-pan-y': (int, 'rw'),
|
||||
'video-pan-x': (float, 'rw'),
|
||||
'video-pan-y': (float, 'rw'),
|
||||
'video-zoom': (float, 'rw'),
|
||||
'video-unscaled': (ynbool, 'w'),
|
||||
'program': (int, 'w'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue