[vlc-commits] Remove references to the VCDX interface
Rémi Denis-Courmont
git at videolan.org
Fri Aug 19 23:00:15 CEST 2011
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Fri Aug 19 23:40:31 2011 +0300| [463e16098d23c1e9ee9da42d155eb9be66d99974] | committer: Rémi Denis-Courmont
Remove references to the VCDX interface
It was removed over 6 years ago.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=463e16098d23c1e9ee9da42d155eb9be66d99974
---
modules/access/vcdx/access.c | 6 ------
modules/access/vcdx/vcd.h | 1 -
modules/access/vcdx/vcdplayer.h | 1 -
3 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/modules/access/vcdx/access.c b/modules/access/vcdx/access.c
index a13430e..11ca93b 100644
--- a/modules/access/vcdx/access.c
+++ b/modules/access/vcdx/access.c
@@ -198,8 +198,6 @@ VCDReadBlock( access_t * p_access )
p_vcdplayer->i_track, &(p_vcdplayer->play_item));
// p_vcd->in_still = false;
dbg_print(INPUT_DBG_STILL, "still wait time done");
-#else
- vcdIntfStillTime(p_vcdplayer->p_intf, *p_buf);
#endif
block_Release( p_block );
@@ -953,10 +951,6 @@ VCDOpen ( vlc_object_t *p_this )
VCDFixupPlayList(p_access,p_vcd,psz_source,&itemid,play_single_item);
#endif
-#ifdef FIXED
- p_vcdplayer->p_intf = intf_Create( p_access, "vcdx" );
- p_vcdplayer->p_intf->b_block = false;
-#endif
p_vcdplayer->p_access = p_access;
free( psz_source );
diff --git a/modules/access/vcdx/vcd.h b/modules/access/vcdx/vcd.h
index caf31ad..392f309 100644
--- a/modules/access/vcdx/vcd.h
+++ b/modules/access/vcdx/vcd.h
@@ -34,7 +34,6 @@ typedef struct {
#ifdef FINISHED
vcdplay_ptr vmg;
#endif
- intf_thread_t * p_intf;
#ifdef DEMUX_FINISHED
int i_audio_nb;
diff --git a/modules/access/vcdx/vcdplayer.h b/modules/access/vcdx/vcdplayer.h
index 21f77e6..e7f38f8 100644
--- a/modules/access/vcdx/vcdplayer.h
+++ b/modules/access/vcdx/vcdplayer.h
@@ -154,7 +154,6 @@ typedef struct vcdplayer_input_s
input_title_t *p_title[CDIO_CD_MAX_TRACKS+2];
/* Probably gets moved into another structure...*/
- intf_thread_t *p_intf;
int i_audio_nb;
int i_still;
bool b_end_of_cell;
More information about the vlc-commits
mailing list