summaryrefslogtreecommitdiffstats
path: root/mplayer.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-30 21:44:20 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-30 21:44:20 +0000
commit1b667f61baba1328e45a5c33fe4a6343787c4b4a (patch)
tree8a13afc55b905ced9f349b56d9fb12ceabe4caed /mplayer.h
parent7af2d892c274222904eeeb5de0e394e5b52335fd (diff)
downloadmpv-1b667f61baba1328e45a5c33fe4a6343787c4b4a.tar.bz2
mpv-1b667f61baba1328e45a5c33fe4a6343787c4b4a.tar.xz
-afm/-vfm migration from ID (int) to NAME (string) - simplifies code and makes dlopen()'ing possible
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7181 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mplayer.h')
-rw-r--r--mplayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mplayer.h b/mplayer.h
index a3d412eec4..acf35af5b1 100644
--- a/mplayer.h
+++ b/mplayer.h
@@ -10,7 +10,7 @@ extern char* current_module;
extern int fullscreen;
extern int vcd_track;
-extern int video_family;
+//extern int video_family; // OBSOLETE, use video_fm
extern char * video_driver;
extern char * audio_driver;
extern int has_audio;