summaryrefslogtreecommitdiffstats
path: root/loader
diff options
context:
space:
mode:
authorvoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-01-27 16:28:16 +0000
committervoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-01-27 16:28:16 +0000
commite83175521f7cc5ca6b8159325155903242e7edfd (patch)
treeae4ed4c2fb4b526bfa706a7e3eec3c24a967d427 /loader
parent3cf9c5855996e79210d0ffe39d8daafb5f44bb0e (diff)
downloadmpv-e83175521f7cc5ca6b8159325155903242e7edfd.tar.bz2
mpv-e83175521f7cc5ca6b8159325155903242e7edfd.tar.xz
fix typos from previous commit
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22033 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'loader')
-rw-r--r--loader/dshow/outputpin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/loader/dshow/outputpin.c b/loader/dshow/outputpin.c
index f7a0e78f17..1063999f56 100644
--- a/loader/dshow/outputpin.c
+++ b/loader/dshow/outputpin.c
@@ -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