comparison libfaad2/decoder.h @ 31477:86888a4c406e

Improve LATM recognition. Patch by Dan Oscarsson, Dan d Oscarsson a tieto d com
author cehoyos
date Wed, 23 Jun 2010 18:44:06 +0000
parents e83eef58b30a
children
comparison
equal deleted inserted replaced
31476:d7ef415c30fa 31477:86888a4c406e
84 /* Init the library based on info from the AAC file (ADTS/ADIF) */ 84 /* Init the library based on info from the AAC file (ADTS/ADIF) */
85 int32_t NEAACDECAPI NeAACDecInit(NeAACDecHandle hDecoder, 85 int32_t NEAACDECAPI NeAACDecInit(NeAACDecHandle hDecoder,
86 uint8_t *buffer, 86 uint8_t *buffer,
87 uint32_t buffer_size, 87 uint32_t buffer_size,
88 uint32_t *samplerate, 88 uint32_t *samplerate,
89 uint8_t *channels); 89 uint8_t *channels,
90 int latm_stream);
90 91
91 /* Init the library using a DecoderSpecificInfo */ 92 /* Init the library using a DecoderSpecificInfo */
92 int8_t NEAACDECAPI NeAACDecInit2(NeAACDecHandle hDecoder, uint8_t *pBuffer, 93 int8_t NEAACDECAPI NeAACDecInit2(NeAACDecHandle hDecoder, uint8_t *pBuffer,
93 uint32_t SizeOfDecoderSpecificInfo, 94 uint32_t SizeOfDecoderSpecificInfo,
94 uint32_t *samplerate, uint8_t *channels); 95 uint32_t *samplerate, uint8_t *channels);