Skip to content

Commit 576b4da

Browse files
committed
core: increase file-caching
Same value than the network one. In order to fix low-fps video with high cpu count, as decided during the last technical meeting. cf. background here: https://mailman.videolan.org/pipermail/vlc-devel/2019-September/127432.html
1 parent 3774ec0 commit 576b4da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libvlc-module.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1861,7 +1861,7 @@ vlc_module_begin ()
18611861

18621862
set_section( N_( "Advanced" ), NULL )
18631863

1864-
add_integer( "file-caching", DEFAULT_PTS_DELAY / 1000,
1864+
add_integer( "file-caching", CLOCK_FREQ / 1000,
18651865
CACHING_TEXT, CACHING_LONGTEXT, true )
18661866
change_integer_range( 0, 60000 )
18671867
change_safe()

0 commit comments

Comments
 (0)