diff --git a/libavcodec/aacdec.c b/libavcodec/aacdec.c
index 6e6c4d7fb64cb5604f7abd334002ff2696e8da3b..fd2e4a219830c292054d56d1627b0b4ae2d4dfd1 100644
--- a/libavcodec/aacdec.c
+++ b/libavcodec/aacdec.c
@@ -483,7 +483,7 @@ static ChannelElement *get_che(AACContext *ac, int type, int elem_id)
         ac->oc[1].m4ac.chan_config = 2;
     }
     // And vice-versa
-    if (!ac->tags_mapped && type == TYPE_SCE && ac->oc[1].m4ac.chan_config == 2) {
+    if (!ac->tags_mapped && type == TYPE_SCE && ac->oc[1].m4ac.chan_config == 2 && 0) {
         uint8_t layout_map[MAX_ELEM_ID*4][3];
         int layout_map_tags;
         push_output_configuration(ac);