Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
463e1609
Commit
463e1609
authored
Aug 19, 2011
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove references to the VCDX interface
It was removed over 6 years ago.
parent
4513c8d2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
8 deletions
+0
-8
modules/access/vcdx/access.c
modules/access/vcdx/access.c
+0
-6
modules/access/vcdx/vcd.h
modules/access/vcdx/vcd.h
+0
-1
modules/access/vcdx/vcdplayer.h
modules/access/vcdx/vcdplayer.h
+0
-1
No files found.
modules/access/vcdx/access.c
View file @
463e1609
...
...
@@ -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
);
...
...
modules/access/vcdx/vcd.h
View file @
463e1609
...
...
@@ -34,7 +34,6 @@ typedef struct {
#ifdef FINISHED
vcdplay_ptr
vmg
;
#endif
intf_thread_t
*
p_intf
;
#ifdef DEMUX_FINISHED
int
i_audio_nb
;
...
...
modules/access/vcdx/vcdplayer.h
View file @
463e1609
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment