mirror of https://github.com/mpv-player/mpv
warning fixes:
dshow/DS_VideoDecoder.c: In function 'DS_VideoDecoder_StartInternal': dshow/DS_VideoDecoder.c:268: warning: unused variable 'props1' dshow/DS_VideoDecoder.c:268: warning: unused variable 'props' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24410 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
517a64c42e
commit
385c68cdee
|
@ -265,7 +265,6 @@ void DS_VideoDecoder_Destroy(DS_VideoDecoder *this)
|
|||
|
||||
void DS_VideoDecoder_StartInternal(DS_VideoDecoder *this)
|
||||
{
|
||||
ALLOCATOR_PROPERTIES props, props1;
|
||||
Debug printf("DS_VideoDecoder_StartInternal\n");
|
||||
//cout << "DSSTART" << endl;
|
||||
this->m_pDS_Filter->m_pAll->vt->Commit(this->m_pDS_Filter->m_pAll);
|
||||
|
|
Loading…
Reference in New Issue