[MPlayer-cvslog] r24414 - trunk/loader/dshow/DS_VideoDecoder.c

diego subversion at mplayerhq.hu
Mon Sep 10 15:30:22 CEST 2007


Author: diego
Date: Mon Sep 10 15:30:22 2007
New Revision: 24414

Log:
cosmetics: Fix silly typo.


Modified:
   trunk/loader/dshow/DS_VideoDecoder.c

Modified: trunk/loader/dshow/DS_VideoDecoder.c
==============================================================================
--- trunk/loader/dshow/DS_VideoDecoder.c	(original)
+++ trunk/loader/dshow/DS_VideoDecoder.c	Mon Sep 10 15:30:22 2007
@@ -408,7 +408,7 @@ int DS_VideoDecoder_SetDestFmt(DS_VideoD
     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 @@ int DS_VideoDecoder_SetDestFmt(DS_VideoD
     {
 	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 @@ int DS_VideoDecoder_SetDestFmt(DS_VideoD
 	return -1;
     }
 
-    if (stoped)
+    if (stopped)
     {
 	DS_VideoDecoder_StartInternal(this);
         this->iv.m_State = START; 



More information about the MPlayer-cvslog mailing list