diff audacious/main.h @ 1146:7e208feb36a2 trunk

[svn] - new global variable `output_buffer_size', replaces all of the per-plugin buffer sizes
author nenolod
date Sun, 04 Jun 2006 21:21:33 -0700
parents 4be4d74db123
children ff71f891265b
line wrap: on
line diff
--- a/audacious/main.h	Sun Jun 04 21:01:04 2006 -0700
+++ b/audacious/main.h	Sun Jun 04 21:21:33 2006 -0700
@@ -109,6 +109,7 @@
     gboolean show_separator_in_pl;
     gchar *chardet_detector;
     gchar *chardet_fallback;
+    gint output_buffer_size;
 };
 
 typedef struct _BmpConfig BmpConfig;