100l, reverting unrelated change with last commit

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17108 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ods15 2005-12-06 08:45:06 +00:00
parent 5aac28ec24
commit 569083894b
1 changed files with 0 additions and 8 deletions

View File

@ -225,10 +225,6 @@
{"xvidopts", xvid_dec_opts, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
#endif
{"codecs-file", &codecs_file, CONF_TYPE_STRING, 0, 0, 0, NULL},
#ifdef WIN32_LOADER
{"codecs-dir", &def_path, CONF_TYPE_STRING, 0, 0, 0, NULL},
#endif
// ------------------------- subtitles options --------------------
#ifdef USE_SUB
@ -314,10 +310,6 @@ extern int divx_quality;
/* defined in codec-cfg.c */
extern char * codecs_file;
#ifdef WIN32_LOADER
extern char * def_path;
#endif
/* from dec_audio, currently used for ac3surround decoder only */
extern int audio_output_channels;