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
;
36 char *stream_dump_name
;
40 int chapter_merge_threshold
;
43 float stream_cache_min_percent
;
44 float stream_cache_seek_min_percent
;
49 int user_pts_assoc_mode
;
50 int initial_audio_sync
;
72 int audio_stream_cache
;
75 char *audio_demuxer_name
;
76 char *sub_demuxer_name
;
77 int extension_parsing
;
79 int audio_output_channels
;
80 int audio_output_format
;
83 struct m_obj_settings
*vf_settings
;
93 int error_concealment
;
103 char *skip_loop_filter_str
;
105 char *skip_frame_str
;
112 unsigned int probesize
;
113 unsigned int analyzeduration
;
121 unsigned int ar_delay
;
122 unsigned int ar_rate
;
129 int use_ar
; // apple remote
130 int default_bindings
;