Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
04b3cf03
Commit
04b3cf03
authored
Jan 30, 2004
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* dvdnav: oups one debug messsage left.
parent
f4eac108
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
modules/demux/dvdnav.c
modules/demux/dvdnav.c
+1
-2
No files found.
modules/demux/dvdnav.c
View file @
04b3cf03
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* dvdnav.c: DVD module using the dvdnav library.
* dvdnav.c: DVD module using the dvdnav library.
*****************************************************************************
*****************************************************************************
* Copyright (C) 2004 VideoLAN
* Copyright (C) 2004 VideoLAN
* $Id: dvdnav.c,v 1.1
0 2004/01/30 14:27:48
fenrir Exp $
* $Id: dvdnav.c,v 1.1
1 2004/01/30 14:45:27
fenrir Exp $
*
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
*
*
...
@@ -786,7 +786,6 @@ static void ESSubtitleUpdate( demux_t *p_demux )
...
@@ -786,7 +786,6 @@ static void ESSubtitleUpdate( demux_t *p_demux )
ButtonUpdate
(
p_demux
);
ButtonUpdate
(
p_demux
);
dvdnav_current_title_info
(
p_sys
->
dvdnav
,
&
i_title
,
&
i_part
);
dvdnav_current_title_info
(
p_sys
->
dvdnav
,
&
i_title
,
&
i_part
);
msg_Err
(
p_demux
,
"title=%d part=%d"
,
i_title
,
i_part
);
if
(
i_title
>
0
)
if
(
i_title
>
0
)
{
{
return
;
return
;
...
...
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