vlc | branch: master | Steve Lhomme <[email protected]> | 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; } _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
