[vlc-commits] demux: smooth: missing switch policy
Francois Cartegnie
git at videolan.org
Thu Nov 5 20:20:00 CET 2015
vlc | branch: master | Francois Cartegnie <fcvlcdev at 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 ()
More information about the vlc-commits
mailing list