[vlc-devel] [PATCH 1/7] dash: corrected IAdaptationLogic documentation

Christopher at mailsrv.uni-klu.ac.at Christopher at mailsrv.uni-klu.ac.at
Mon Feb 20 13:49:19 CET 2012


From: Christopher Mueller <christopher.mueller at itec.aau.at>

---
 .../dash/adaptationlogic/IAdaptationLogic.h        |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/stream_filter/dash/adaptationlogic/IAdaptationLogic.h b/modules/stream_filter/dash/adaptationlogic/IAdaptationLogic.h
index 446da7d..8b11d3a 100644
--- a/modules/stream_filter/dash/adaptationlogic/IAdaptationLogic.h
+++ b/modules/stream_filter/dash/adaptationlogic/IAdaptationLogic.h
@@ -49,7 +49,7 @@ namespace dash
                 virtual dash::http::Chunk*  getNextChunk() throw(dash::exception::EOFException) = 0;
                 virtual const dash::mpd::Representation *getCurrentRepresentation() const = 0;
                 /**
-                 *  \return     The average bitrate in Bytes per second.
+                 *  \return     The average bitrate in bits per second.
                  */
                 virtual long                    getBpsAvg               () const = 0;
                 virtual long                    getBpsLastChunk         () const = 0;
-- 
1.7.0.4




More information about the vlc-devel mailing list