[vlc-commits] demux: dash: missing initializer (cid #1260242, #1260245)

Francois Cartegnie git at videolan.org
Mon Dec 22 19:22:11 CET 2014


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Mon Dec 22 18:55:27 2014 +0100| [248682c29b9c94f6366cc30b584f7c369fda11a7] | committer: Francois Cartegnie

demux: dash: missing initializer (cid #1260242, #1260245)

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

 modules/stream_filter/dash/Streams.cpp |    1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/stream_filter/dash/Streams.cpp b/modules/stream_filter/dash/Streams.cpp
index 766f759..e7be308 100644
--- a/modules/stream_filter/dash/Streams.cpp
+++ b/modules/stream_filter/dash/Streams.cpp
@@ -43,6 +43,7 @@ void Stream::init(const Type type_, const Format format_)
     type = type_;
     format = format_;
     output = NULL;
+    adaptationLogic = NULL;
     currentChunk = NULL;
     eof = false;
 }



More information about the vlc-commits mailing list