Ignore:
Timestamp:
Aug 29, 2016 8:44:54 AM (8 years ago)
Author:
riza
Message:

Re #1954: Add support for VS2005.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/third_party/webrtc/src/webrtc/modules/audio_processing/ns/nsx_core.c

    r5428 r5433  
    15381538  int flag, sign; 
    15391539  int q_domain_to_use = 0; 
     1540  const short* const* speechFrameHB = NULL; 
     1541  short* const* outFrameHB = NULL; 
     1542  size_t num_high_bands = 0; 
    15401543 
    15411544  // Code for ARMv7-Neon platform assumes the following: 
     
    15591562  assert((num_bands - 1) <= NUM_HIGH_BANDS_MAX); 
    15601563 
    1561   const short* const* speechFrameHB = NULL; 
    1562   short* const* outFrameHB = NULL; 
    1563   size_t num_high_bands = 0; 
    15641564  if (num_bands > 1) { 
    15651565    speechFrameHB = &speechFrame[1]; 
Note: See TracChangeset for help on using the changeset viewer.