vlc | branch: master | Francois Cartegnie <fcvlc...@free.fr> | Thu Nov  5 
20:19:32 2015 +0100| [f94fadda7510cfb8d1908446cc142bd480e453a0] | committer: 
Francois Cartegnie

demux: smooth: missing switch policy

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

 modules/demux/smooth/playlist/Representation.cpp |    1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/demux/smooth/playlist/Representation.cpp 
b/modules/demux/smooth/playlist/Representation.cpp
index e1d4760..a744127 100644
--- a/modules/demux/smooth/playlist/Representation.cpp
+++ b/modules/demux/smooth/playlist/Representation.cpp
@@ -29,6 +29,7 @@ using namespace smooth::playlist;
 Representation::Representation  ( BaseAdaptationSet *set ) :
                 BaseRepresentation( set )
 {
+    switchpolicy = SegmentInformation::SWITCH_SEGMENT_ALIGNED;
 }
 
 Representation::~Representation ()

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to