fix unitialiazed member

pull/33/head
mpromonet 9 years ago
parent faf8db0387
commit 8769b7327a

@ -227,7 +227,7 @@ class HLSServerMediaSubsession : public UnicastServerMediaSubsession
protected: protected:
HLSServerMediaSubsession(UsageEnvironment& env, StreamReplicator* replicator, const std::string& format, unsigned int sliceDuration) HLSServerMediaSubsession(UsageEnvironment& env, StreamReplicator* replicator, const std::string& format, unsigned int sliceDuration)
: UnicastServerMediaSubsession(env, replicator, format) : UnicastServerMediaSubsession(env, replicator, format), m_slice(0)
{ {
// Create a source // Create a source
FramedSource* source = replicator->createStreamReplica(); FramedSource* source = replicator->createStreamReplica();

Loading…
Cancel
Save