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
9f5db9fd
Commit
9f5db9fd
authored
May 22, 2002
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ./plugins/dvd/dvd_seek.c: reverted a previous change in DVD input which
caused input to get stuck in interleaved cells.
parent
39faf1b6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
plugins/dvd/dvd_seek.c
plugins/dvd/dvd_seek.c
+2
-2
No files found.
plugins/dvd/dvd_seek.c
View file @
9f5db9fd
/* dvd_seek.c: functions to navigate through DVD.
/* dvd_seek.c: functions to navigate through DVD.
*****************************************************************************
*****************************************************************************
* Copyright (C) 1998-2001 VideoLAN
* Copyright (C) 1998-2001 VideoLAN
* $Id: dvd_seek.c,v 1.
9 2002/05/22 17:17:45
sam Exp $
* $Id: dvd_seek.c,v 1.
10 2002/05/22 21:42:47
sam Exp $
*
*
* Author: Stphane Borel <stef@via.ecp.fr>
* Author: Stphane Borel <stef@via.ecp.fr>
*
*
...
@@ -71,7 +71,7 @@ int CellPrg2Map( thread_dvd_data_t * p_dvd )
...
@@ -71,7 +71,7 @@ int CellPrg2Map( thread_dvd_data_t * p_dvd )
{
{
int
i_cell
;
int
i_cell
;
i_cell
=
0
;
i_cell
=
p_dvd
->
i_map_cell
;
if
(
i_cell
>=
cell
.
i_cell_nb
)
if
(
i_cell
>=
cell
.
i_cell_nb
)
{
{
...
...
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