summaryrefslogtreecommitdiffstats
path: root/mplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'mplayer.h')
-rw-r--r--mplayer.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/mplayer.h b/mplayer.h
index d52af79665..56f2e6ab75 100644
--- a/mplayer.h
+++ b/mplayer.h
@@ -47,6 +47,10 @@ extern int frame_dropping;
extern int auto_quality;
+extern int audio_id;
+extern int video_id;
+extern int dvdsub_id;
+
extern void exit_player(char* how);
#endif