[vlc-devel] [PATCH 1/7] dash: corrected IAdaptationLogic documentation
Hugo Beauzée-Luyssen
beauze.h at gmail.com
Mon Feb 20 18:33:13 CET 2012
On Mon, Feb 20, 2012 at 1:49 PM, <Christopher at mailsrv.uni-klu.ac.at> wrote:
> 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;
Applied,
Best regards,
--
Hugo Beauzée-Luyssen
More information about the vlc-devel
mailing list