opnsense-ports/audio/libaacplus/files/patch-include_aacplus.h
Franco Fichtner 6e79da282a */*: sync with upstream
Taken from: FreeBSD
2016-07-27 07:58:02 +02:00

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;