1 #ifndef MPLAYER_OPTIONS_H
2 #define MPLAYER_OPTIONS_H
4 typedef struct MPOpts
{
5 char **video_driver_list
;
6 char **audio_driver_list
;
15 int force_window_position
;
18 float force_monitor_aspect
;
19 float monitor_pixel_aspect
;
23 float vo_panscanrange
;
25 // ranges -100 - 100, 1000 if the vo default should be used
27 int vo_gamma_brightness
;
28 int vo_gamma_contrast
;
29 int vo_gamma_saturation
;
34 char *stream_dump_name
;
39 float stream_cache_min_percent
;
40 float stream_cache_seek_min_percent
;
45 int user_pts_assoc_mode
;
46 int initial_audio_sync
;
61 int audio_stream_cache
;
64 char *audio_demuxer_name
;
65 char *sub_demuxer_name
;
66 int extension_parsing
;
68 int audio_output_channels
;
69 int audio_output_format
;
72 struct m_obj_settings
*vf_settings
;
82 int error_concealment
;
92 char *skip_loop_filter_str
;
101 unsigned int probesize
;
102 unsigned int analyzeduration
;
110 unsigned int ar_delay
;
111 unsigned int ar_rate
;
118 int use_ar
; // apple remote
119 int default_bindings
;