forked from Lainports/opnsense-ports
11 lines
237 B
C
11 lines
237 B
C
--- include/aacplus.h.orig 2010-11-10 21:27:38 UTC
|
|
+++ include/aacplus.h
|
|
@@ -12,7 +12,7 @@ typedef void *aacplusEncHandle;
|
|
|
|
typedef enum {
|
|
AACPLUS_INPUT_16BIT = 0,
|
|
- AACPLUS_INPUT_FLOAT,
|
|
+ AACPLUS_INPUT_FLOAT
|
|
} aacplusInFormat;
|
|
|
|
|