vlc | branch: master | Zhao Zhili <[email protected]> | Wed Aug 16 16:20:10 
2017 +0800| [5cdd383d00aa24734319810042c3fb2fc7aa2405] | committer: 
Jean-Baptiste Kempf

demux: adaptive: fix comment

Signed-off-by: Jean-Baptiste Kempf <[email protected]>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5cdd383d00aa24734319810042c3fb2fc7aa2405
---

 modules/demux/adaptive/playlist/BaseRepresentation.h | 2 +-
 modules/demux/adaptive/tools/Properties.hpp          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/demux/adaptive/playlist/BaseRepresentation.h 
b/modules/demux/adaptive/playlist/BaseRepresentation.h
index 7de12785a1..fbc6b2a126 100644
--- a/modules/demux/adaptive/playlist/BaseRepresentation.h
+++ b/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;
diff --git a/modules/demux/adaptive/tools/Properties.hpp 
b/modules/demux/adaptive/tools/Properties.hpp
index 63c22fe0d8..305a108030 100644
--- a/modules/demux/adaptive/tools/Properties.hpp
+++ b/modules/demux/adaptive/tools/Properties.hpp
@@ -1,5 +1,5 @@
 /*
- * Inheritables.hpp
+ * Properties.hpp
  *****************************************************************************
  * Copyright (C) 2014 - VideoLAN and VLC Authors
  *

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to