[vlc-commits] xspf: do not inherit options

Rémi Denis-Courmont git at videolan.org
Mon Apr 1 17:36:11 CEST 2019


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Mar 31 11:09:01 2019 +0300| [f7dac980568f555e935ae8fcd1947de293e095ad] | committer: Rémi Denis-Courmont

xspf: do not inherit options

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

 modules/demux/playlist/xspf.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/modules/demux/playlist/xspf.c b/modules/demux/playlist/xspf.c
index 7370971042..1f11eaba5e 100644
--- a/modules/demux/playlist/xspf.c
+++ b/modules/demux/playlist/xspf.c
@@ -444,8 +444,6 @@ static bool parse_track_node COMPLEX_INTERFACE
                             track_elements, ARRAY_SIZE(track_elements));
     if(b_ret)
     {
-        input_item_CopyOptions(p_new_input, p_input_node->p_item);
-
         /* Make sure we have a URI */
         char *psz_uri = input_item_GetURI(p_new_input);
         if (!psz_uri)



More information about the vlc-commits mailing list