diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-11-07 13:48:16 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-11-07 13:48:16 +0000 |
| commit | 563de0fe1f15ca087abe45c2d259b02fcc5c0f81 (patch) | |
| tree | 6c9cbc900f004bfcda4d88f99aa210cc2edd3e20 /src/lib/util.h | |
| parent | f33a8b9412e8d0f62b4c63b881ff25c00f0aa162 (diff) | |
GUI and metadata for external audio.
Diffstat (limited to 'src/lib/util.h')
| -rw-r--r-- | src/lib/util.h | 2 |
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); |
