]> git.sesse.net Git - vlc/commitdiff
dash: corrected IAdaptationLogic documentation
authorChristopher Mueller <christopher.mueller@itec.aau.at>
Mon, 20 Feb 2012 12:49:19 +0000 (13:49 +0100)
committerHugo Beauzée-Luyssen <beauze.h@gmail.com>
Mon, 20 Feb 2012 17:52:22 +0000 (18:52 +0100)
Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
modules/stream_filter/dash/adaptationlogic/IAdaptationLogic.h

index 446da7d60630565d0b06d4dbbb77558764159c69..8b11d3aa1d3dff6c32ffe8db6780c22d63200dff 100644 (file)
@@ -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;