Renamed NUM_STREAM_TYPES -> NUM_STREAMS

This commit is contained in:
jpekkila
2019-09-12 15:48:38 +03:00
parent 53230c9b61
commit 021e5f3774
2 changed files with 5 additions and 5 deletions

View File

@@ -127,9 +127,9 @@ typedef enum {
STREAM_14,
STREAM_15,
STREAM_16,
NUM_STREAM_TYPES
NUM_STREAMS
} Stream;
#define STREAM_ALL (NUM_STREAM_TYPES)
#define STREAM_ALL (NUM_STREAMS)
#define AC_GEN_ID(X) X
typedef enum {