summaryrefslogtreecommitdiffstats
path: root/mplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'mplayer.h')
-rw-r--r--mplayer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mplayer.h b/mplayer.h
index acf35af5b1..c3a1f369bd 100644
--- a/mplayer.h
+++ b/mplayer.h
@@ -10,7 +10,8 @@ extern char* current_module;
extern int fullscreen;
extern int vcd_track;
-//extern int video_family; // OBSOLETE, use video_fm
+extern char * audio_fm;
+extern char * video_fm;
extern char * video_driver;
extern char * audio_driver;
extern int has_audio;