# HG changeset patch # User diego # Date 1189430249 0 # Node ID 2af8073a1ccc380d55a85febc5cbdf08a7ecf341 # Parent edbf07d80f6214875a4acfa36a73f3777933dd76 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' diff -r edbf07d80f62 -r 2af8073a1ccc loader/dshow/DS_VideoDecoder.c --- 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);