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:
diego 2007-09-10 13:17:29 +00:00
parent 517a64c42e
commit 385c68cdee
1 changed files with 0 additions and 1 deletions

View File

@ -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);