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/ns_core.c

    r5428 r5433  
    12051205  float avgProbSpeechHB, avgProbSpeechHBTmp, avgFilterGainHB, gainModHB; 
    12061206  float sumMagnAnalyze, sumMagnProcess; 
     1207  const float* const* speechFrameHB = NULL; 
     1208  float* const* outFrameHB = NULL; 
     1209  size_t num_high_bands = 0; 
    12071210 
    12081211  // Check that initiation has been done. 
     
    12101213  assert((num_bands - 1) <= NUM_HIGH_BANDS_MAX); 
    12111214 
    1212   const float* const* speechFrameHB = NULL; 
    1213   float* const* outFrameHB = NULL; 
    1214   size_t num_high_bands = 0; 
    12151215  if (num_bands > 1) { 
    12161216    speechFrameHB = &speechFrame[1]; 
Note: See TracChangeset for help on using the changeset viewer.