diff src/audacious/main.c @ 4232:704607c1f858

1st attempt to integrate dithering and RG engine
author Eugene Zagidullin <e.asphyx@gmail.com>
date Wed, 30 Jan 2008 01:22:37 +0300
parents 9b8d6438e00f
children b293ce14a01a
line wrap: on
line diff
--- a/src/audacious/main.c	Mon Jan 28 02:50:54 2008 +0100
+++ b/src/audacious/main.c	Wed Jan 30 01:22:37 2008 +0300
@@ -230,6 +230,7 @@
     .warn_about_broken_gtk_engines = TRUE,           /* warn about broken gtk themes */
     FALSE,          /* disable inline themes */
     TRUE,           /* remember jtf text entry */
+    16,             /* output bit depth */
 };
 
 typedef struct bmp_cfg_boolent_t {
@@ -378,6 +379,7 @@
     {"colorize_r", &cfg.colorize_r, TRUE},
     {"colorize_g", &cfg.colorize_g, TRUE},
     {"colorize_b", &cfg.colorize_b, TRUE},
+    {"output_bit_depth", &cfg.output_bit_depth, TRUE},
 };
 
 static gint ncfgient = G_N_ELEMENTS(bmp_numents);