changeset 22015:857cc6beb662

fix typos from previous commit
author voroshil
date Sat, 27 Jan 2007 16:28:16 +0000
parents 9472dc33de99
children 4479e6a1a140
files loader/dshow/outputpin.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/loader/dshow/outputpin.c	Sat Jan 27 15:49:53 2007 +0000
+++ b/loader/dshow/outputpin.c	Sat Jan 27 16:28:16 2007 +0000
@@ -531,7 +531,7 @@
 }
 
 /**
- * \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 @@
 }
 
 /**
- * \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