comparison audacious/main.h @ 1163:ff71f891265b trunk

[svn] - Allow to do format detection on demand; instead of immediately on add
author nenolod
date Sat, 10 Jun 2006 21:02:24 -0700
parents 7e208feb36a2
children 0c41255487ee
comparison
equal deleted inserted replaced
1162:0e5e176379e9 1163:ff71f891265b
108 gint resume_playback_on_startup_time; 108 gint resume_playback_on_startup_time;
109 gboolean show_separator_in_pl; 109 gboolean show_separator_in_pl;
110 gchar *chardet_detector; 110 gchar *chardet_detector;
111 gchar *chardet_fallback; 111 gchar *chardet_fallback;
112 gint output_buffer_size; 112 gint output_buffer_size;
113 gboolean playlist_detect;
113 }; 114 };
114 115
115 typedef struct _BmpConfig BmpConfig; 116 typedef struct _BmpConfig BmpConfig;
116 117
117 enum { 118 enum {