diff options
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); |
