Skip to content

Commit

Permalink
increase OP_NCHANNELS_MAX to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
andykent committed Aug 16, 2021
1 parent 3c8cfe5 commit cffabdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ void op_fatal_impl(const char *_str,const char *_file,int _line);
(OP_MIN(_offset,OP_INT64_MAX-(_amount))+(_amount))

/*The maximum channel count for any mapping we'll actually decode.*/
# define OP_NCHANNELS_MAX (8)
# define OP_NCHANNELS_MAX (16)

/*Initial state.*/
# define OP_NOTOPEN (0)
Expand Down

0 comments on commit cffabdd

Please sign in to comment.