summaryrefslogtreecommitdiffstats
path: root/osdep
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2023-08-25 15:22:15 +0200
committerDudemanguy <random342@airmail.cc>2023-08-31 17:37:42 +0000
commit3ab5401b38d1ff1c1bb85f108f26d508cc334c82 (patch)
tree19209490f87100c7f336202e37ead4c8966bf990 /osdep
parentedd7189a72c88dde6242fe1694323b22f2325c9c (diff)
downloadmpv-3ab5401b38d1ff1c1bb85f108f26d508cc334c82.tar.bz2
mpv-3ab5401b38d1ff1c1bb85f108f26d508cc334c82.tar.xz
player/command: remove video-aspect property
4 years is enough of deprecation period.
Diffstat (limited to 'osdep')
-rw-r--r--osdep/macosx_menubar.m10
1 files changed, 5 insertions, 5 deletions
diff --git a/osdep/macosx_menubar.m b/osdep/macosx_menubar.m
index 6fefcb97aa..c8255dd037 100644
--- a/osdep/macosx_menubar.m
+++ b/osdep/macosx_menubar.m
@@ -266,35 +266,35 @@
@"action" : @"cmd:",
@"key" : @"",
@"target" : self,
- @"cmd" : @"set video-aspect \"4:3\""
+ @"cmd" : @"set video-aspect-override \"4:3\""
}],
[NSMutableDictionary dictionaryWithDictionary:@{
@"name" : @"Aspect Ratio 16:9",
@"action" : @"cmd:",
@"key" : @"",
@"target" : self,
- @"cmd" : @"set video-aspect \"16:9\""
+ @"cmd" : @"set video-aspect-override \"16:9\""
}],
[NSMutableDictionary dictionaryWithDictionary:@{
@"name" : @"Aspect Ratio 1.85:1",
@"action" : @"cmd:",
@"key" : @"",
@"target" : self,
- @"cmd" : @"set video-aspect \"1.85:1\""
+ @"cmd" : @"set video-aspect-override \"1.85:1\""
}],
[NSMutableDictionary dictionaryWithDictionary:@{
@"name" : @"Aspect Ratio 2.35:1",
@"action" : @"cmd:",
@"key" : @"",
@"target" : self,
- @"cmd" : @"set video-aspect \"2.35:1\""
+ @"cmd" : @"set video-aspect-override \"2.35:1\""
}],
[NSMutableDictionary dictionaryWithDictionary:@{
@"name" : @"Reset Aspect Ratio",
@"action" : @"cmd:",
@"key" : @"",
@"target" : self,
- @"cmd" : @"set video-aspect \"-1\""
+ @"cmd" : @"set video-aspect-override \"-1\""
}],
@{ @"name": @"separator" },
[NSMutableDictionary dictionaryWithDictionary:@{