Commit 28cd9ea3 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

ZPL: use URL and Publisher

parent 537393a5
...@@ -188,6 +188,8 @@ static int Demux( demux_t *p_demux ) ...@@ -188,6 +188,8 @@ static int Demux( demux_t *p_demux )
SET( psz_encodedby, EncodedBy ); SET( psz_encodedby, EncodedBy );
SET( psz_description, Description ); SET( psz_description, Description );
SET( psz_copyright, Copyright ); SET( psz_copyright, Copyright );
SET( psz_url, URL );
SET( psz_publisher, Publisher );
#undef SET #undef SET
vlc_gc_decref( p_input ); vlc_gc_decref( p_input );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment