[vlc-devel] [PATCH 3/3] taglib: Use vlc_stream_NewURL instead of vlc_access_NewMRL
Rémi Denis-Courmont
remi at remlab.net
Wed Jan 23 17:09:47 CET 2019
Le keskiviikkona 23. tammikuuta 2019, 16.09.23 EET Hugo Beauzée-Luyssen a
écrit :
> ---
> modules/meta_engine/taglib.cpp | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/modules/meta_engine/taglib.cpp b/modules/meta_engine/taglib.cpp
> index b617a8ee51..e7e1fa533f 100644
> --- a/modules/meta_engine/taglib.cpp
> +++ b/modules/meta_engine/taglib.cpp
> @@ -841,7 +841,7 @@ static int ReadMeta( vlc_object_t* p_this)
> if ( true )
> #endif
> {
> - stream_t *p_stream = vlc_access_NewMRL( p_this, psz_uri );
> + stream_t *p_stream = vlc_stream_NewURL( p_this, psz_uri );
> free( psz_uri );
> if( p_stream == NULL )
> return VLC_EGENERIC;
LGTM
--
Реми Дёни-Курмон
http://www.remlab.net/
More information about the vlc-devel
mailing list