summaryrefslogtreecommitdiffstats
path: root/Gui/events.c
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-30 19:11:03 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-30 19:11:03 +0000
commit25f8352ffe541d6548b0943164d3177c984d6368 (patch)
treef58db5380a728179e729e3a547321b04dbc3bef8 /Gui/events.c
parent7caf8770b8e61b860b0027e31e419aaa32a13475 (diff)
downloadmpv-25f8352ffe541d6548b0943164d3177c984d6368.tar.bz2
mpv-25f8352ffe541d6548b0943164d3177c984d6368.tar.xz
add subtitle dropping support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7170 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/events.c')
-rw-r--r--Gui/events.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gui/events.c b/Gui/events.c
index 5e61b64ea5..8101eaf427 100644
--- a/Gui/events.c
+++ b/Gui/events.c
@@ -47,7 +47,8 @@ evName evNames[] =
{ evPlayDVD, "evPlayDVD" },
{ evPlayVCD, "evPlayVCD" },
{ evSetURL, "evSetURL" },
- { evLoadAudioFile, "evLoadAudioFile" }
+ { evLoadAudioFile, "evLoadAudioFile" },
+ { evDropSubtitle, "evDropSubtitle" }
};
int evBoxs = sizeof( evNames ) / sizeof( evName );