summaryrefslogtreecommitdiff
path: root/src/lib/util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-11-07 13:48:16 +0000
committerCarl Hetherington <cth@carlh.net>2012-11-07 13:48:16 +0000
commit563de0fe1f15ca087abe45c2d259b02fcc5c0f81 (patch)
tree6c9cbc900f004bfcda4d88f99aa210cc2edd3e20 /src/lib/util.h
parentf33a8b9412e8d0f62b4c63b881ff25c00f0aa162 (diff)
GUI and metadata for external audio.
Diffstat (limited to 'src/lib/util.h')
-rw-r--r--src/lib/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/util.h b/src/lib/util.h
index 7aa9f25e1..577b9ba1b 100644
--- a/src/lib/util.h
+++ b/src/lib/util.h
@@ -41,6 +41,8 @@ extern "C" {
#define TIMING(...)
#endif
+#define MAX_AUDIO_CHANNELS 6
+
class Scaler;
extern std::string seconds_to_hms (int);