summaryrefslogtreecommitdiffstats
path: root/player/core.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-11-11 22:07:16 +0100
committerwm4 <wm4@nowhere>2014-11-11 22:07:16 +0100
commit88762cd6a7adfe3c9fb70fb3fcdb85b254119bf9 (patch)
tree3f328d57fddad1fa5a7948d4c354afee10cc6a82 /player/core.h
parentd4cc41bbcd378d30a3c52c5342c395e7f64539ca (diff)
downloadmpv-88762cd6a7adfe3c9fb70fb3fcdb85b254119bf9.tar.bz2
mpv-88762cd6a7adfe3c9fb70fb3fcdb85b254119bf9.tar.xz
player: make the osd-msg prefix work for playlist_next/prev
If input.conf e.g. contains "n osd-msg playlist_next", then pressing the n key will switch to the next file, and display the filename on OSD.
Diffstat (limited to 'player/core.h')
-rw-r--r--player/core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/player/core.h b/player/core.h
index ae0a5c5dbb..32239f28e3 100644
--- a/player/core.h
+++ b/player/core.h
@@ -52,6 +52,7 @@ enum mp_osd_seek_info {
OSD_SEEK_INFO_TEXT = 2,
OSD_SEEK_INFO_CHAPTER_TEXT = 4,
OSD_SEEK_INFO_EDITION = 8,
+ OSD_SEEK_INFO_CURRENT_FILE = 16,
};