summaryrefslogtreecommitdiffstats
path: root/libfaad2/decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'libfaad2/decoder.h')
-rw-r--r--libfaad2/decoder.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libfaad2/decoder.h b/libfaad2/decoder.h
index c06b396e2d..25846b404f 100644
--- a/libfaad2/decoder.h
+++ b/libfaad2/decoder.h
@@ -86,7 +86,8 @@ int32_t NEAACDECAPI NeAACDecInit(NeAACDecHandle hDecoder,
uint8_t *buffer,
uint32_t buffer_size,
uint32_t *samplerate,
- uint8_t *channels);
+ uint8_t *channels,
+ int latm_stream);
/* Init the library using a DecoderSpecificInfo */
int8_t NEAACDECAPI NeAACDecInit2(NeAACDecHandle hDecoder, uint8_t *pBuffer,