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
;
42 float stream_cache_min_percent
;
43 float stream_cache_seek_min_percent
;
48 int user_pts_assoc_mode
;
49 int initial_audio_sync
;
70 int audio_stream_cache
;
73 char *audio_demuxer_name
;
74 char *sub_demuxer_name
;
75 int extension_parsing
;
77 int audio_output_channels
;
78 int audio_output_format
;
81 struct m_obj_settings
*vf_settings
;
91 int error_concealment
;
101 char *skip_loop_filter_str
;
103 char *skip_frame_str
;
110 unsigned int probesize
;
111 unsigned int analyzeduration
;
119 unsigned int ar_delay
;
120 unsigned int ar_rate
;
127 int use_ar
; // apple remote
128 int default_bindings
;