Loading apps/decoder.c +1 −1 Original line number Diff line number Diff line Loading @@ -3115,7 +3115,7 @@ static ivas_error printBitstreamInfoVoip( { bool previewFailed = true; ivas_error error = IVAS_ERR_OK; IVAS_RTP ivasRtp; IVAS_RTP ivasRtp = { 0 }; uint8_t au[( IVAS_MAX_BITS_PER_FRAME + 7 ) >> 3]; int16_t auSizeBits; uint8_t *auPtr = NULL; Loading Loading
apps/decoder.c +1 −1 Original line number Diff line number Diff line Loading @@ -3115,7 +3115,7 @@ static ivas_error printBitstreamInfoVoip( { bool previewFailed = true; ivas_error error = IVAS_ERR_OK; IVAS_RTP ivasRtp; IVAS_RTP ivasRtp = { 0 }; uint8_t au[( IVAS_MAX_BITS_PER_FRAME + 7 ) >> 3]; int16_t auSizeBits; uint8_t *auPtr = NULL; Loading