diff options
author | Martin Storsjo <martin@martin.st> | 2019-10-08 14:53:07 +0300 |
---|---|---|
committer | Martin Storsjo <martin@martin.st> | 2019-10-08 14:53:07 +0300 |
commit | e365f4f27802954f0cf65d3e2eac88b7fdebc83c (patch) | |
tree | d0ef656126c0ad2758164a0cf04136efccfe14c1 /libMpegTPDec/src/tpdec_lib.cpp | |
parent | d387d3b6ed79ff9a82c60440bdd86e6e5e324bec (diff) | |
parent | d929f68a05f5cbdd812dca287c8115a39439acf1 (diff) | |
download | fdk-aac-e365f4f27802954f0cf65d3e2eac88b7fdebc83c.tar.gz fdk-aac-e365f4f27802954f0cf65d3e2eac88b7fdebc83c.tar.bz2 fdk-aac-e365f4f27802954f0cf65d3e2eac88b7fdebc83c.zip |
Merge remote-tracking branch 'aosp/master'
Diffstat (limited to 'libMpegTPDec/src/tpdec_lib.cpp')
-rw-r--r-- | libMpegTPDec/src/tpdec_lib.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libMpegTPDec/src/tpdec_lib.cpp b/libMpegTPDec/src/tpdec_lib.cpp index 1976cb9..506aed3 100644 --- a/libMpegTPDec/src/tpdec_lib.cpp +++ b/libMpegTPDec/src/tpdec_lib.cpp @@ -274,7 +274,7 @@ TRANSPORTDEC_ERROR transportDec_OutOfBandConfig(HANDLE_TRANSPORTDEC hTp, UCHAR configChanged = 0; UCHAR configMode = AC_CM_DET_CFG_CHANGE; - UCHAR tmpConf[1024]; + UCHAR tmpConf[1024] = {0}; if (length > 1024) { return TRANSPORTDEC_UNSUPPORTED_FORMAT; } |