[vlc-commits] demux: adaptive: fix comment

Zhao Zhili git at videolan.org
Tue Aug 22 09:18:40 CEST 2017


vlc | branch: master | Zhao Zhili <wantlamy at gmail.com> | Wed Aug 16 16:20:10 2017 +0800| [5cdd383d00aa24734319810042c3fb2fc7aa2405] | committer: Jean-Baptiste Kempf

demux: adaptive: fix comment

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> 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
  *



More information about the vlc-commits mailing list