diff options
author | Martin Storsjo <martin@martin.st> | 2022-01-10 13:44:04 +0200 |
---|---|---|
committer | Martin Storsjo <martin@martin.st> | 2022-01-10 13:55:34 +0200 |
commit | 41ae84525e66febd33ea1fa0130a5b46610f4173 (patch) | |
tree | 2e7f66da35feda4d6136c3a9e970ebee254d0c2d /libMpegTPDec/src/tpdec_latm.h | |
parent | 573e93e4d0d08127dd3b2297a0ce52221527d90a (diff) | |
parent | dd6d9f9f6c9d095bd159d4f0d8b36a6b7e6057a8 (diff) | |
download | fdk-aac-41ae84525e66febd33ea1fa0130a5b46610f4173.tar.gz fdk-aac-41ae84525e66febd33ea1fa0130a5b46610f4173.tar.bz2 fdk-aac-41ae84525e66febd33ea1fa0130a5b46610f4173.zip |
Merge remote-tracking branch 'aosp/master'
Diffstat (limited to 'libMpegTPDec/src/tpdec_latm.h')
-rw-r--r-- | libMpegTPDec/src/tpdec_latm.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libMpegTPDec/src/tpdec_latm.h b/libMpegTPDec/src/tpdec_latm.h index 6af553d..8b8c971 100644 --- a/libMpegTPDec/src/tpdec_latm.h +++ b/libMpegTPDec/src/tpdec_latm.h @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------------- Software License for The Fraunhofer FDK AAC Codec Library for Android -© Copyright 1995 - 2018 Fraunhofer-Gesellschaft zur Förderung der angewandten +© Copyright 1995 - 2021 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. All rights reserved. 1. INTRODUCTION @@ -151,8 +151,6 @@ typedef struct { AudioPreRoll */ } CLatmDemux; -int CLatmDemux_ReadAuChunkLengthInfo(HANDLE_FDK_BITSTREAM bs); - TRANSPORTDEC_ERROR CLatmDemux_Read(HANDLE_FDK_BITSTREAM bs, CLatmDemux *pLatmDemux, TRANSPORT_TYPE tt, CSTpCallBacks *pTpDecCallbacks, |