]> git.sesse.net Git - vlc/commitdiff
b4s.c: Create meta before using them
authorSigmund Augdal Helberg <sigmunau@videolan.org>
Sat, 30 Dec 2006 18:39:45 +0000 (18:39 +0000)
committerSigmund Augdal Helberg <sigmunau@videolan.org>
Sat, 30 Dec 2006 18:39:45 +0000 (18:39 +0000)
modules/demux/playlist/b4s.c

index 9db4ecc45538c18a81d504ea037d2d8aa0e2933f..1ce444f96002e495c361e3c64a3cf3ce2fb1f1c4 100644 (file)
@@ -257,6 +257,7 @@ static int Demux( demux_t *p_demux )
                 {
                     p_input = input_ItemNewExt( p_playlist, psz_mrl, psz_name,
                                                 0, NULL, -1 );
+                    p_input->p_meta = vlc_meta_New();
                     if( psz_now )
                         vlc_meta_SetNowPlaying( p_input->p_meta, psz_now );
                     if( psz_genre )