[vlc-commits] demux:smooth: add a comment on what the Timescale value means

Steve Lhomme git at videolan.org
Fri Jul 6 09:20:34 CEST 2018


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Fri Jul  6 08:46:13 2018 +0200| [99b5e451d340ab2fb613a6756a0eb41005b487f5] | committer: Steve Lhomme

demux:smooth: add a comment on what the Timescale value means

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

 modules/demux/smooth/playlist/Manifest.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/demux/smooth/playlist/Manifest.cpp b/modules/demux/smooth/playlist/Manifest.cpp
index e1e38c77db..943765f5df 100644
--- a/modules/demux/smooth/playlist/Manifest.cpp
+++ b/modules/demux/smooth/playlist/Manifest.cpp
@@ -32,7 +32,7 @@ Manifest::Manifest (vlc_object_t *p_object) :
     AbstractPlaylist(p_object), TimescaleAble()
 {
     minUpdatePeriod.Set( VLC_TICK_FROM_SEC(5) );
-    setTimescale( 10000000 );
+    setTimescale( 10000000 ); // 100ns
     b_live = false;
 }
 



More information about the vlc-commits mailing list