comparison src/flac112/configure.h @ 492:0dd1ff7e5ba7 trunk

[svn] flac 112 plugin: stability fixes and a new option to disable bitrate update in player window during playback (saves cpu, this is the solution for most people playing flac and reporting high cpu usage)
author giacomo
date Sun, 21 Jan 2007 16:03:30 -0800
parents 4b31176c198a
children 77012d414f58
comparison
equal deleted inserted replaced
491:9fc8b269e811 492:0dd1ff7e5ba7
27 struct { 27 struct {
28 gboolean tag_override; 28 gboolean tag_override;
29 gchar *tag_format; 29 gchar *tag_format;
30 gboolean convert_char_set; 30 gboolean convert_char_set;
31 gchar *user_char_set; 31 gchar *user_char_set;
32 gboolean disable_bitrate_update;
32 } title; 33 } title;
33 34
34 struct { 35 struct {
35 gint http_buffer_size; 36 gint http_buffer_size;
36 gint http_prebuffer; 37 gint http_prebuffer;