diff options
Diffstat (limited to 'player/core.h')
-rw-r--r-- | player/core.h | 1 |
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, }; |