changeset 24390:2af8073a1ccc

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'
author diego
date Mon, 10 Sep 2007 13:17:29 +0000
parents edbf07d80f62
children 051891760e01
files loader/dshow/DS_VideoDecoder.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/loader/dshow/DS_VideoDecoder.c	Mon Sep 10 13:16:44 2007 +0000
+++ b/loader/dshow/DS_VideoDecoder.c	Mon Sep 10 13:17:29 2007 +0000
@@ -265,7 +265,6 @@
 
 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);