aboutsummaryrefslogtreecommitdiffstats
path: root/libAACdec/src/conceal.cpp
diff options
context:
space:
mode:
authorFraunhofer IIS FDK <audio-fdk@iis.fraunhofer.de>2018-10-19 16:37:31 +0200
committerJean-Michel Trivi <jmtrivi@google.com>2018-12-27 14:17:51 -0500
commit64134e60b348bb1686986e217f4020d6d108ed46 (patch)
treef067c7671c3cebdfe66c08394d9ed8c65f2b4c10 /libAACdec/src/conceal.cpp
parentf828d3e16adfb4cb428b4f3a2c155f89853cebbe (diff)
downloadfdk-aac-64134e60b348bb1686986e217f4020d6d108ed46.tar.gz
fdk-aac-64134e60b348bb1686986e217f4020d6d108ed46.tar.bz2
fdk-aac-64134e60b348bb1686986e217f4020d6d108ed46.zip
Add FDK_FALLTHROUGH macro to prevent implicit-fallthrough compiler warnings
Test: atest DecoderTestXheAac ; atest DecoderTestAacDrc Change-Id: I9f9064fb63ac40e18f245c00b7375b4874f2925b
Diffstat (limited to 'libAACdec/src/conceal.cpp')
-rw-r--r--libAACdec/src/conceal.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libAACdec/src/conceal.cpp b/libAACdec/src/conceal.cpp
index a6064b6..cc6de75 100644
--- a/libAACdec/src/conceal.cpp
+++ b/libAACdec/src/conceal.cpp
@@ -1894,6 +1894,7 @@ INT CConcealment_TDFading(
case ConcealState_FadeIn:
idx = cntFadeFrames;
idx -= TDFadeInStopBeforeFullLevel;
+ FDK_FALLTHROUGH;
case ConcealState_Ok:
fadeFactor = pConcealParams->fadeInFactor;
idx = (concealState == ConcealState_Ok) ? -1 : idx;