summaryrefslogtreecommitdiffstats
path: root/Gui/app.h
diff options
context:
space:
mode:
authorgpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-16 16:58:36 +0000
committergpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-16 16:58:36 +0000
commit6a425eee5c55451f80dc5c5b33a538f948dec57d (patch)
tree1725a6c6fefc7cef16c96154f9de0e2e58a5de6a /Gui/app.h
parent1e390288edab15855ee84d864f01635d4b97d155 (diff)
downloadmpv-6a425eee5c55451f80dc5c5b33a538f948dec57d.tar.bz2
mpv-6a425eee5c55451f80dc5c5b33a538f948dec57d.tar.xz
Adds "cheap" subtitle switching for non-DVD playouts (for ex. OGG or MKV).
Patch by Stanislav Maslovski <stanislav POIS maslovski AH gmail POIS com> Original thread: Date: Apr 12, 2006 1:50 PM Subject: [MPlayer-dev-eng] [PATCH] GUI: add cheap subtitle switching for non-DVD git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18119 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/app.h')
-rw-r--r--Gui/app.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gui/app.h b/Gui/app.h
index fd5a638e48..49e9a81bb5 100644
--- a/Gui/app.h
+++ b/Gui/app.h
@@ -60,7 +60,8 @@
#define evSetAspect 44
#define evSetAudio 45
#define evSetVideo 46
-// 47 ...
+#define evSetSubtitle 47
+// 48 ...
#define evExit 1000