Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
ba3b2639
Commit
ba3b2639
authored
May 18, 2004
by
Rocky Bernstein
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tolerate vcdimager < 0.7.21. Patch thanks to Arwed v. Merkatz.
parent
1b031a9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
modules/access/vcdx/vcdplayer.h
modules/access/vcdx/vcdplayer.h
+5
-0
No files found.
modules/access/vcdx/vcdplayer.h
View file @
ba3b2639
...
...
@@ -76,8 +76,13 @@ typedef struct thread_vcd_data_s
int
cur_lid
;
/* LID that play item is in. Implies
PBC is on. VCDPLAYER_BAD_ENTRY if
not none or not in PBC */
#if (defined LIBVCD_VERSION_NUM) && (LIBVCD_VERSION_NUM >= 21)
PsdListDescriptor_t
pxd
;
/* If PBC is on, the relevant
PSD/PLD */
#else
PsdListDescriptor
pxd
;
/* If PBC is on, the relevant
PSD/PLD */
#endif
int
pdi
;
/* current pld index of pxd. -1 if
no index*/
vcdinfo_itemid_t
loop_item
;
/* Where do we loop back to?
...
...
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