Mercurial > mplayer.hg
changeset 24394:efc631c41550
cosmetics: Fix silly typo.
author | diego |
---|---|
date | Mon, 10 Sep 2007 13:30:22 +0000 |
parents | 2aa275c46a1a |
children | 51e96521303b |
files | loader/dshow/DS_VideoDecoder.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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;