[MPlayer-cvslog] r24410 - trunk/loader/dshow/DS_VideoDecoder.c
diego
subversion at mplayerhq.hu
Mon Sep 10 15:17:29 CEST 2007
Author: diego
Date: Mon Sep 10 15:17:29 2007
New Revision: 24410
Log:
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'
Modified:
trunk/loader/dshow/DS_VideoDecoder.c
Modified: trunk/loader/dshow/DS_VideoDecoder.c
==============================================================================
--- trunk/loader/dshow/DS_VideoDecoder.c (original)
+++ trunk/loader/dshow/DS_VideoDecoder.c Mon Sep 10 15:17:29 2007
@@ -265,7 +265,6 @@ void DS_VideoDecoder_Destroy(DS_VideoDec
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);
More information about the MPlayer-cvslog
mailing list