From 7d8bbf3bedf80189eb5a0a66ed5cbf760f4c8346 Mon Sep 17 00:00:00 2001 From: Christopher Mueller Date: Mon, 20 Feb 2012 13:49:19 +0100 Subject: [PATCH] dash: corrected IAdaptationLogic documentation MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Hugo Beauzée-Luyssen --- modules/stream_filter/dash/adaptationlogic/IAdaptationLogic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/stream_filter/dash/adaptationlogic/IAdaptationLogic.h b/modules/stream_filter/dash/adaptationlogic/IAdaptationLogic.h index 446da7d606..8b11d3aa1d 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; -- 2.39.2