mirror of https://github.com/mpv-player/mpv
warning fixes:
dshow/DS_AudioDecoder.c: In function 'DS_AudioDecoder_Open': dshow/DS_AudioDecoder.c:98: warning: unused variable 'props1' dshow/DS_AudioDecoder.c:98: warning: unused variable 'props' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24409 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
0865edbc5d
commit
517a64c42e
|
@ -95,7 +95,6 @@ DS_AudioDecoder * DS_AudioDecoder_Open(char* dllname, GUID* guid, WAVEFORMATEX*
|
||||||
|
|
||||||
/*try*/
|
/*try*/
|
||||||
{
|
{
|
||||||
ALLOCATOR_PROPERTIES props, props1;
|
|
||||||
this->m_pDS_Filter = DS_FilterCreate(dllname, guid, &this->m_sOurType, &this->m_sDestType,&sampleProcData);
|
this->m_pDS_Filter = DS_FilterCreate(dllname, guid, &this->m_sOurType, &this->m_sDestType,&sampleProcData);
|
||||||
if( !this->m_pDS_Filter ) {
|
if( !this->m_pDS_Filter ) {
|
||||||
free(this);
|
free(this);
|
||||||
|
|
Loading…
Reference in New Issue