summaryrefslogtreecommitdiffstats
path: root/player/command.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-01-05 00:07:28 +0100
committerwm4 <wm4@nowhere>2017-01-05 00:07:28 +0100
commit2ff0745ddb4b46b76c1e207e692e4f176c82e0b8 (patch)
treecbeaaec2a17fe44783817d6adad197428459f8cf /player/command.c
parentf34faca9106237f1b1a1608c72873d529e4ea627 (diff)
downloadmpv-2ff0745ddb4b46b76c1e207e692e4f176c82e0b8.tar.bz2
mpv-2ff0745ddb4b46b76c1e207e692e4f176c82e0b8.tar.xz
player: remove dysfunctional edition switching OSD code
Was intended to show a "nice" message on edition switching. In practice, the message was never visible. The OSD code checks whether a demuxer is loaded, and if not, discards the message - meaning if the OSD code happened to run before the demuxer was fully loaded, no message was shown. This is apparently a regression due to extensions to the OSD and the situations in which it can be used. Remove the broken code since it's too annoying to fix. Instead, a default property message will be shown, which is a bit uglier, but actually not too unuseful.
Diffstat (limited to 'player/command.c')
-rw-r--r--player/command.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/player/command.c b/player/command.c
index 74c7e26966..48a23b7719 100644
--- a/player/command.c
+++ b/player/command.c
@@ -4199,7 +4199,6 @@ static const struct property_osd_display {
{ "loop", "Loop" },
{ "chapter", .seek_msg = OSD_SEEK_INFO_CHAPTER_TEXT,
.seek_bar = OSD_SEEK_INFO_BAR },
- { "edition", .seek_msg = OSD_SEEK_INFO_EDITION },
{ "hr-seek", "hr-seek" },
{ "speed", "Speed" },
{ "clock", "Clock" },