aboutsummaryrefslogtreecommitdiffstats
path: root/libMpegTPDec/src/tpdec_lib.cpp
diff options
context:
space:
mode:
authorJean-Michel Trivi <jmtrivi@google.com>2018-12-27 14:49:05 -0800
committerandroid-build-merger <android-build-merger@google.com>2018-12-27 14:49:05 -0800
commit55efc0ade2f842b08e0cc5751bea2e206a1f408d (patch)
treec8d5c220175cfbc0c2996b852fa23da3694f9c75 /libMpegTPDec/src/tpdec_lib.cpp
parent207025dc96dfa24027ed86bdce3bc99449e33716 (diff)
parentd6459f539c03df17c6aa75915d31a9d8c8adcca2 (diff)
downloadfdk-aac-55efc0ade2f842b08e0cc5751bea2e206a1f408d.tar.gz
fdk-aac-55efc0ade2f842b08e0cc5751bea2e206a1f408d.tar.bz2
fdk-aac-55efc0ade2f842b08e0cc5751bea2e206a1f408d.zip
Merge changes I97471c4d,I8a8626a8,I1f176740,I10da23ee,I9f9064fb am: ecc96969d7 am: f5512132f3
am: d6459f539c Change-Id: I15844b575d276334d5a960a73cf556f5f82fcff3
Diffstat (limited to 'libMpegTPDec/src/tpdec_lib.cpp')
-rw-r--r--libMpegTPDec/src/tpdec_lib.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libMpegTPDec/src/tpdec_lib.cpp b/libMpegTPDec/src/tpdec_lib.cpp
index 2a40187..1976cb9 100644
--- a/libMpegTPDec/src/tpdec_lib.cpp
+++ b/libMpegTPDec/src/tpdec_lib.cpp
@@ -956,6 +956,7 @@ static TRANSPORTDEC_ERROR transportDec_readHeader(
hTp->parser.latm.m_audioMuxLengthBytes = syncLayerFrameBits;
syncLayerFrameBits <<= 3;
}
+ FDK_FALLTHROUGH;
case TT_MP4_LATM_MCP1:
case TT_MP4_LATM_MCP0:
if (hTp->numberOfRawDataBlocks <= 0) {