[vlc-devel] [PATCH 5/5] DASH: enable seeking
Frédéric Yhuel
fyhuel at viotech.net
Wed Apr 11 11:40:06 CEST 2012
---
modules/stream_filter/dash/dash.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/stream_filter/dash/dash.cpp b/modules/stream_filter/dash/dash.cpp
index 9003a9d..04e80ac 100644
--- a/modules/stream_filter/dash/dash.cpp
+++ b/modules/stream_filter/dash/dash.cpp
@@ -40,7 +40,7 @@
#include "adaptationlogic/IAdaptationLogic.h"
#include "mpd/MPDFactory.h"
-#define SEEK 0
+#define SEEK 1
/*****************************************************************************
* Module descriptor
--
1.7.5.4
More information about the vlc-devel
mailing list