vlc | branch: master | Christopher Mueller <[email protected]> | 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 <[email protected]> > 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; _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
