summaryrefslogtreecommitdiffstats
path: root/loader
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-10 13:17:29 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-10 13:17:29 +0000
commit385c68cdeee9a519e722b02b682b7a35135ff3a9 (patch)
tree805686d0cfe8b3d8a1955ee55e1cb8b9ac761c35 /loader
parent517a64c42eefc247b8e0926866b9e128bd855f76 (diff)
downloadmpv-385c68cdeee9a519e722b02b682b7a35135ff3a9.tar.bz2
mpv-385c68cdeee9a519e722b02b682b7a35135ff3a9.tar.xz
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
Diffstat (limited to 'loader')
-rw-r--r--loader/dshow/DS_VideoDecoder.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/loader/dshow/DS_VideoDecoder.c b/loader/dshow/DS_VideoDecoder.c
index 99c6770a99..5ea3eb8b6e 100644
--- a/loader/dshow/DS_VideoDecoder.c
+++ b/loader/dshow/DS_VideoDecoder.c
@@ -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);