Skip to content

Commit

Permalink
init samplebuffer
Browse files Browse the repository at this point in the history
  • Loading branch information
Karina committed Jul 13, 2016
1 parent d97f4c5 commit 9d89a69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions codec/processing/src/downsample/downsample.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ CDownsampling::CDownsampling (int32_t iCpuFlag) {
m_eMethod = METHOD_DOWNSAMPLE;
WelsMemset (&m_pfDownsample, 0, sizeof (m_pfDownsample));
InitDownsampleFuncs (m_pfDownsample, m_iCPUFlag);
WelsMemset(m_pSampleBuffer,0,sizeof(m_pSampleBuffer));
m_bNoSampleBuffer = AllocateSampleBuffer();
}

Expand Down

0 comments on commit 9d89a69

Please sign in to comment.