[vlc-commits] dash: corrected IAdaptationLogic documentation

Christopher Mueller git at videolan.org
Mon Feb 20 18:54:06 CET 2012


vlc | branch: master | Christopher Mueller <christopher.mueller at itec.aau.at> | Mon Feb 20 13:49:19 2012 +0100| [7d8bbf3bedf80189eb5a0a66ed5cbf760f4c8346] | committer: Hugo Beauzée-Luyssen

dash: corrected IAdaptationLogic documentation

Signed-off-by: Hugo Beauzée-Luyssen <beauze.h at gmail.com>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7d8bbf3bedf80189eb5a0a66ed5cbf760f4c8346
---

 .../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;



More information about the vlc-commits mailing list