summaryrefslogtreecommitdiffstats
path: root/thirdparties/common/include/faac.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparties/common/include/faac.h')
-rwxr-xr-xthirdparties/common/include/faac.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/thirdparties/common/include/faac.h b/thirdparties/common/include/faac.h
index 77c05f1..7d29c59 100755
--- a/thirdparties/common/include/faac.h
+++ b/thirdparties/common/include/faac.h
@@ -39,8 +39,8 @@ extern "C" {
#pragma pack(push, 1)
typedef struct {
- void *ptr;
- char *name;
+ void *ptr;
+ char *name;
}
psymodellist_t;
@@ -60,30 +60,30 @@ typedef signed int int32_t;
Returns FAAC_CFG_VERSION.
*/
int FAACAPI faacEncGetVersion(char **faac_id_string,
- char **faac_copyright_string);
+ char **faac_copyright_string);
faacEncConfigurationPtr FAACAPI
- faacEncGetCurrentConfiguration(faacEncHandle hEncoder);
+faacEncGetCurrentConfiguration(faacEncHandle hEncoder);
int FAACAPI faacEncSetConfiguration(faacEncHandle hEncoder,
- faacEncConfigurationPtr config);
+ faacEncConfigurationPtr config);
faacEncHandle FAACAPI faacEncOpen(unsigned long sampleRate,
- unsigned int numChannels,
- unsigned long *inputSamples,
- unsigned long *maxOutputBytes);
+ unsigned int numChannels,
+ unsigned long *inputSamples,
+ unsigned long *maxOutputBytes);
int FAACAPI faacEncGetDecoderSpecificInfo(faacEncHandle hEncoder, unsigned char **ppBuffer,
- unsigned long *pSizeOfDecoderSpecificInfo);
+ unsigned long *pSizeOfDecoderSpecificInfo);
int FAACAPI faacEncEncode(faacEncHandle hEncoder, int32_t * inputBuffer, unsigned int samplesInput,
- unsigned char *outputBuffer,
- unsigned int bufferSize);
+ unsigned char *outputBuffer,
+ unsigned int bufferSize);
int FAACAPI faacEncClose(faacEncHandle hEncoder);
OpenPOWER on IntegriCloud