Browse Source

demux: adaptive: fix comment

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
pull/56/head
Zhao Zhili 9 years ago
committed by Jean-Baptiste Kempf
parent
commit
5cdd383d00
  1. 2
      modules/demux/adaptive/playlist/BaseRepresentation.h
  2. 2
      modules/demux/adaptive/tools/Properties.hpp

2
modules/demux/adaptive/playlist/BaseRepresentation.h

@ -48,13 +48,13 @@ namespace adaptive
virtual ~BaseRepresentation ();
virtual StreamFormat getStreamFormat() const;
BaseAdaptationSet* getAdaptationSet();
/*
* @return The bitrate required for this representation
* in bits per seconds.
* Will be a valid value, as the parser refuses Representation
* without bandwidth.
*/
BaseAdaptationSet* getAdaptationSet ();
uint64_t getBandwidth () const;
void setBandwidth ( uint64_t bandwidth );
const std::list<std::string> & getCodecs () const;

2
modules/demux/adaptive/tools/Properties.hpp

@ -1,5 +1,5 @@
/*
* Inheritables.hpp
* Properties.hpp
*****************************************************************************
* Copyright (C) 2014 - VideoLAN and VLC Authors
*

Loading…
Cancel
Save