summaryrefslogtreecommitdiffstats
path: root/input/input.h
diff options
context:
space:
mode:
authorcehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-04-09 19:20:52 +0000
committercehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-04-09 19:20:52 +0000
commit543504363f0448ae4df2bc42df49a724256a4b73 (patch)
tree6f3989fac5d80984c8bc6842cf6e5977ed9a2643 /input/input.h
parent8305385bb77d9010da88671b27fb1891bd44eee0 (diff)
downloadmpv-543504363f0448ae4df2bc42df49a724256a4b73.tar.bz2
mpv-543504363f0448ae4df2bc42df49a724256a4b73.tar.xz
Add osd_show_progression: Show progress bar and elapsed/total time.
Patch by Hugo Chargois, hugo D chargois A free fr git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31028 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'input/input.h')
-rw-r--r--input/input.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/input/input.h b/input/input.h
index 29e801d374..2df3f03932 100644
--- a/input/input.h
+++ b/input/input.h
@@ -94,6 +94,7 @@ typedef enum {
MP_CMD_SET_PROPERTY,
MP_CMD_GET_PROPERTY,
MP_CMD_OSD_SHOW_PROPERTY_TEXT,
+ MP_CMD_OSD_SHOW_PROGRESSION,
MP_CMD_SEEK_CHAPTER,
MP_CMD_FILE_FILTER,
MP_CMD_GET_FILENAME,