Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
cbc4a256 by Thomas Guillem at 2024-01-12T16:20:58+00:00
stream_extractor: also probe prefetch for cache
prefetch will be used for slow sources.
Refs #28484
- - - - -
1 changed file:
- src/input/stream_extractor.c
Changes:
=====================================
src/input/stream_extractor.c
=====================================
@@ -294,7 +294,7 @@ se_AttachWrapper( struct stream_extractor_private* priv,
stream_t* source )
priv->source = source;
- priv->wrapper = stream_FilterChainNew( priv->wrapper, "cache" );
+ priv->wrapper = stream_FilterChainNew( priv->wrapper, "prefetch,cache" );
return VLC_SUCCESS;
}
View it on GitLab:
https://code.videolan.org/videolan/vlc/-/commit/cbc4a25619dc8169a0ce16fd2e38355010b351ad
--
View it on GitLab:
https://code.videolan.org/videolan/vlc/-/commit/cbc4a25619dc8169a0ce16fd2e38355010b351ad
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits