From 6d69a45fff7c942e6ff0e5569cbc779e066fdfde Mon Sep 17 00:00:00 2001 From: Julian Date: Wed, 12 Jan 2022 11:25:37 -0200 Subject: [PATCH] Representatotion Base has to store Interfaces, if not when you access to a field it will crash --- .../libdash/source/mpd/RepresentationBase.h | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/libdash/libdash/source/mpd/RepresentationBase.h b/libdash/libdash/source/mpd/RepresentationBase.h index 3015cdc..7056fd5 100644 --- a/libdash/libdash/source/mpd/RepresentationBase.h +++ b/libdash/libdash/source/mpd/RepresentationBase.h @@ -106,20 +106,20 @@ namespace dash void SetTag (const std::string& tag); protected: - std::vector framePacking; - std::vector audioChannelConfiguration; - std::vector contentProtections; - Descriptor* outputProtection; - std::vector essentialProperties; - std::vector supplementalProperties; - std::vector eventStreams; - std::vector switchings; - std::vector randomAccesses; - std::vector