[vlc-commits] demux: adaptive: fix local include pathes

Steve Lhomme git at videolan.org
Mon Mar 30 16:16:07 CEST 2020


vlc/vlc-3.0 | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Mon Jul 15 11:23:50 2019 +0200| [3e9f67429577c845bb29cf9cda0278876523ae7e] | committer: Francois Cartegnie

demux: adaptive: fix local include pathes

(cherry picked from commit e44fb5d54248dd6fa1b0587d13aadf3a68acfa08)

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=3e9f67429577c845bb29cf9cda0278876523ae7e
---

 modules/demux/adaptive/mp4/AtomsReader.hpp           |  2 +-
 modules/demux/adaptive/tools/FormatNamespace.cpp     |  4 ++--
 modules/demux/dash/mp4/IndexReader.hpp               |  2 +-
 modules/demux/dash/mpd/AdaptationSet.h               |  2 +-
 .../demux/dash/mpd/DASHCommonAttributesElements.cpp  |  2 +-
 modules/demux/dash/mpd/DASHSegment.cpp               |  4 ++--
 modules/demux/dash/mpd/DASHSegment.h                 |  4 ++--
 modules/demux/dash/mpd/IsoffMainParser.cpp           | 20 ++++++++++----------
 modules/demux/dash/mpd/IsoffMainParser.h             |  2 +-
 modules/demux/dash/mpd/MPD.h                         |  4 ++--
 modules/demux/dash/mpd/Period.h                      |  4 ++--
 modules/demux/dash/mpd/Representation.cpp            |  4 ++--
 modules/demux/dash/mpd/Representation.h              |  4 ++--
 modules/demux/hls/HLSStreams.cpp                     |  4 ++--
 modules/demux/hls/playlist/HLSSegment.cpp            |  2 +-
 modules/demux/hls/playlist/HLSSegment.hpp            |  4 ++--
 modules/demux/hls/playlist/M3U8.cpp                  |  4 ++--
 modules/demux/hls/playlist/M3U8.hpp                  |  2 +-
 modules/demux/hls/playlist/Parser.cpp                | 16 ++++++++--------
 modules/demux/hls/playlist/Parser.hpp                |  2 +-
 modules/demux/hls/playlist/Representation.cpp        |  6 +++---
 modules/demux/hls/playlist/Representation.hpp        |  6 +++---
 modules/demux/smooth/mp4/IndexReader.cpp             | 10 +++++-----
 modules/demux/smooth/mp4/IndexReader.hpp             |  2 +-
 modules/demux/smooth/playlist/ForgedInitSegment.cpp  |  6 +++---
 modules/demux/smooth/playlist/ForgedInitSegment.hpp  |  4 ++--
 modules/demux/smooth/playlist/Manifest.cpp           |  2 +-
 modules/demux/smooth/playlist/Manifest.hpp           |  6 +++---
 modules/demux/smooth/playlist/MemoryChunk.hpp        |  2 +-
 modules/demux/smooth/playlist/Parser.cpp             | 16 ++++++++--------
 modules/demux/smooth/playlist/Parser.hpp             |  2 +-
 modules/demux/smooth/playlist/Representation.cpp     |  6 +++---
 modules/demux/smooth/playlist/Representation.hpp     |  4 ++--
 modules/demux/smooth/playlist/SmoothSegment.cpp      |  4 ++--
 modules/demux/smooth/playlist/SmoothSegment.hpp      |  4 ++--
 35 files changed, 86 insertions(+), 86 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commitdiff;h=3e9f67429577c845bb29cf9cda0278876523ae7e


More information about the vlc-commits mailing list