[vlc-commits] demux: adaptative: fix compilation

KO Myung-Hun git at videolan.org
Mon Jul 27 11:01:02 CEST 2015


vlc | branch: master | KO Myung-Hun <komh78 at gmail.com> | Mon Jul 27 12:55:43 2015 +0900| [ff626098e8cf65691a32f66501714117047e8f63] | committer: Hugo Beauzée-Luyssen

demux: adaptative: fix compilation

Signed-off-by: Hugo Beauzée-Luyssen <hugo at beauzee.fr>

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

 modules/demux/adaptative/Streams.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/demux/adaptative/Streams.cpp b/modules/demux/adaptative/Streams.cpp
index 746c065..cad9d7f 100644
--- a/modules/demux/adaptative/Streams.cpp
+++ b/modules/demux/adaptative/Streams.cpp
@@ -34,7 +34,7 @@ using namespace adaptative::logic;
 Stream::Stream(demux_t * demux_, const StreamFormat &format_)
 {
     p_demux = demux_;
-    type = StreamType::UNKNOWN;
+    type = UNKNOWN;
     format = format_;
     output = NULL;
     adaptationLogic = NULL;



More information about the vlc-commits mailing list