fix typos from previous commit

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22033 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
voroshil 2007-01-27 16:28:16 +00:00
parent 3cf9c58559
commit e83175521f
1 changed files with 2 additions and 2 deletions

View File

@ -531,7 +531,7 @@ static HRESULT STDCALL COutputPin_BeginFlush(IPin * This)
}
/**
* \brief IPin::BeginFlush (ends a flush operation)
* \brief IPin::EndFlush (ends a flush operation)
*
* \param[in] This pointer to IPin interface
*
@ -545,7 +545,7 @@ static HRESULT STDCALL COutputPin_EndFlush(IPin * This)
}
/**
* \brief IPin::BeginFlush (media sample received after this call grouped as segment with common
* \brief IPin::NewSegment (media sample received after this call grouped as segment with common
* start,stop time and rate)
*
* \param[in] This pointer to IPin interface