# HG changeset patch # User diego # Date 1189431022 0 # Node ID efc631c41550a62a12f0459f8d6502bbacb64224 # Parent 2aa275c46a1a9010f30358caa6036ab82aa0c65f cosmetics: Fix silly typo. diff -r 2aa275c46a1a -r efc631c41550 loader/dshow/DS_VideoDecoder.c --- a/loader/dshow/DS_VideoDecoder.c Mon Sep 10 13:29:14 2007 +0000 +++ b/loader/dshow/DS_VideoDecoder.c Mon Sep 10 13:30:22 2007 +0000 @@ -408,7 +408,7 @@ HRESULT result; ALLOCATOR_PROPERTIES props,props1; int should_test=1; - int stoped = 0; + int stopped = 0; Debug printf("DS_VideoDecoder_SetDestFmt (%p, %d, %d)\n",this,bits,(int)csp); @@ -584,7 +584,7 @@ { DS_VideoDecoder_StopInternal(this); this->iv.m_State = STOP; - stoped = true; + stopped = true; } this->m_pDS_Filter->m_pInputPin->vt->Disconnect(this->m_pDS_Filter->m_pInputPin); @@ -625,7 +625,7 @@ return -1; } - if (stoped) + if (stopped) { DS_VideoDecoder_StartInternal(this); this->iv.m_State = START;