vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Mon Jun 13 17:55:58 2011 +0300| [c586e247cbf469517d73d80ea43c1ef3098505f2] | committer: Rémi Denis-Courmont
Spelling > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c586e247cbf469517d73d80ea43c1ef3098505f2 --- modules/demux/playlist/zpl.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/demux/playlist/zpl.c b/modules/demux/playlist/zpl.c index cb41810..48e077b 100644 --- a/modules/demux/playlist/zpl.c +++ b/modules/demux/playlist/zpl.c @@ -80,7 +80,7 @@ static int Demux( demux_t *p_demux ) mtime_t i_duration = -1; char *psz_title = NULL, *psz_genre = NULL, *psz_tracknum = NULL, *psz_language = NULL, *psz_artist = NULL, *psz_album = NULL, - *psz_date = NULL, *psz_publicher = NULL, *psz_encodedby = NULL, + *psz_date = NULL, *psz_publisher = NULL, *psz_encodedby = NULL, *psz_description = NULL, *psz_url = NULL, *psz_copyright = NULL, *psz_mrl = NULL; @@ -149,7 +149,7 @@ static int Demux( demux_t *p_demux ) PARSE( "TA", psz_artist ) PARSE( "TB", psz_album ) PARSE( "TY", psz_date ) - PARSE( "TH", psz_publicher ) + PARSE( "TH", psz_publisher ) PARSE( "TE", psz_encodedby ) PARSE( "TC", psz_description ) PARSE( "TU", psz_url ) _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
