[vlc-devel] [PATCH 1/3] demux: adaptive: fix comment
Zhao Zhili
wantlamy at gmail.com
Mon Aug 21 16:22:32 CEST 2017
---
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 7de1278..fbc6b2a 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 63c22fe..305a108 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
*
--
2.7.4
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20170821/885188c9/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-demux-adaptive-fix-comment.patch
Type: application/octet-stream
Size: 1885 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20170821/885188c9/attachment.obj>
More information about the vlc-devel
mailing list