Skip to content

Commit 578bdb0

Browse files
committed
Increase the service limit, not the component limit
1 parent 9e6fb03 commit 578bdb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/output.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
#endif
1111

1212
#define AUDIO_FRAME_BYTES 8192
13-
#define MAX_SIG_SERVICES 8
14-
#define MAX_SIG_COMPONENTS 16
13+
#define MAX_SIG_SERVICES 16
14+
#define MAX_SIG_COMPONENTS 8
1515
#define MAX_LOT_FILES 8
1616
#define LOT_FRAGMENT_SIZE 256
1717
#define MAX_FILE_BYTES 65536

0 commit comments

Comments
 (0)