From 33b7101c5c9dca24146742a7437cda34c2b1b060 Mon Sep 17 00:00:00 2001 From: Rocky Bernstein Date: Mon, 15 Mar 2004 00:03:56 +0000 Subject: [PATCH] Fill out VCD information Media Info section when playing an entire VCD or PBC is on. --- modules/access/vcdx/access.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/modules/access/vcdx/access.c b/modules/access/vcdx/access.c index 79c5c85124..8fecd95091 100644 --- a/modules/access/vcdx/access.c +++ b/modules/access/vcdx/access.c @@ -1376,8 +1376,6 @@ VCDFixupPlayList( input_thread_t *p_input, thread_vcd_data_t *p_vcd, return -1; } - InformationCreate( p_input ); - if ( play_single_item ) { /* May fill out more information when the playlist user interface becomes @@ -1576,8 +1574,11 @@ E_(Open) ( vlc_object_t *p_this ) p_vcd->p_intf->b_block = VLC_FALSE; intf_RunThread( p_vcd->p_intf ); + InformationCreate( p_input ); + if (play_single_item) - VCDFixupPlayList( p_input, p_vcd, psz_source, &itemid, play_single_item ); + VCDFixupPlayList( p_input, p_vcd, psz_source, &itemid, + play_single_item ); free( psz_source ); -- 2.39.2