comparison cfg-common.h @ 11759:29eea271490e

add -codecs-file for selecting a specific codecs.conf on the comand line
author attila
date Thu, 08 Jan 2004 18:02:31 +0000
parents bbf3898360e7
children 66e491c35dc8
comparison
equal deleted inserted replaced
11758:f15a92de64fd 11759:29eea271490e
196 {"lavdopts", lavc_decode_opts_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL}, 196 {"lavdopts", lavc_decode_opts_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
197 #endif 197 #endif
198 #if defined(HAVE_XVID3) || defined(HAVE_XVID4) 198 #if defined(HAVE_XVID3) || defined(HAVE_XVID4)
199 {"xvidopts", xvid_dec_opts, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL}, 199 {"xvidopts", xvid_dec_opts, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
200 #endif 200 #endif
201 {"codecs-file", &codecs_file, CONF_TYPE_STRING, 0, 0, 0, NULL},
201 // ------------------------- subtitles options -------------------- 202 // ------------------------- subtitles options --------------------
202 203
203 #ifdef USE_SUB 204 #ifdef USE_SUB
204 {"sub", &sub_name, CONF_TYPE_STRING_LIST, 0, 0, 0, NULL}, 205 {"sub", &sub_name, CONF_TYPE_STRING_LIST, 0, 0, 0, NULL},
205 #ifdef USE_FRIBIDI 206 #ifdef USE_FRIBIDI
270 extern float movie_aspect; 271 extern float movie_aspect;
271 extern int softzoom; 272 extern int softzoom;
272 extern int flip; 273 extern int flip;
273 extern int vd_use_slices; 274 extern int vd_use_slices;
274 extern int divx_quality; 275 extern int divx_quality;
276
277 /* defined in codec-cfg.c */
278 extern char * codecs_file;
275 279
276 /* from dec_audio, currently used for ac3surround decoder only */ 280 /* from dec_audio, currently used for ac3surround decoder only */
277 extern int audio_output_channels; 281 extern int audio_output_channels;
278 282
279 #ifdef MPLAYER_NETWORK 283 #ifdef MPLAYER_NETWORK