]> git.sesse.net Git - ffmpeg/commit
avcodec/aacdec_template: Initialize `layout_map` on declaration
authorXiaohan Wang <xhwang@chromium.org>
Fri, 28 Aug 2020 19:51:19 +0000 (12:51 -0700)
committerMichael Niedermayer <michael@niedermayer.cc>
Sun, 30 Aug 2020 14:18:37 +0000 (16:18 +0200)
commitb54c7797c515dd050a39d8d00e75eab726c3c7c3
treef545017edc00d7b8c55987e51de7ab48c22695d5
parenta0f20c3b3f197f1655a2e11c25c4f3332bc9c9a5
avcodec/aacdec_template: Initialize `layout_map` on declaration

Without this change, it'll cause use-of-uninitialized-variable error.

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/aacdec_template.c