[vlc-commits] ZPL: use URL and Publisher

Jean-Baptiste Kempf git at videolan.org
Sun Aug 28 03:55:03 CEST 2011


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Aug 28 03:54:40 2011 +0200| [28cd9ea34d4a9674a95d3774152bce2abf08e638] | committer: Jean-Baptiste Kempf

ZPL: use URL and Publisher

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

 modules/demux/playlist/zpl.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/modules/demux/playlist/zpl.c b/modules/demux/playlist/zpl.c
index a12c405..6f4f107 100644
--- a/modules/demux/playlist/zpl.c
+++ b/modules/demux/playlist/zpl.c
@@ -188,6 +188,8 @@ static int Demux( demux_t *p_demux )
             SET( psz_encodedby, EncodedBy );
             SET( psz_description, Description );
             SET( psz_copyright, Copyright );
+            SET( psz_url, URL );
+            SET( psz_publisher, Publisher );
 #undef SET
 
             vlc_gc_decref( p_input );



More information about the vlc-commits mailing list