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
a3aa9847
Commit
a3aa9847
authored
Jan 27, 2004
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* sub: removed unused variable.
parent
6c8e7167
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
modules/demux/util/sub.c
modules/demux/util/sub.c
+1
-2
modules/demux/util/sub.h
modules/demux/util/sub.h
+1
-2
No files found.
modules/demux/util/sub.c
View file @
a3aa9847
...
...
@@ -2,7 +2,7 @@
* sub.c: subtitle demux for external subtitle files
*****************************************************************************
* Copyright (C) 1999-2004 VideoLAN
* $Id: sub.c,v 1.4
8 2004/01/27 12:46:46
fenrir Exp $
* $Id: sub.c,v 1.4
9 2004/01/27 13:10:29
fenrir Exp $
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
* Derk-Jan Hartman <hartman at videolan dot org>
...
...
@@ -395,7 +395,6 @@ static int sub_open( subtitle_demux_t *p_sub, input_thread_t *p_input,
else
if
(
local_stristr
(
s
,
"# VobSub index file"
)
)
{
i_sub_type
=
SUB_TYPE_VOBSUB
;
ps_track_init
(
p_sub
->
tk
);
break
;
}
}
...
...
modules/demux/util/sub.h
View file @
a3aa9847
...
...
@@ -2,7 +2,7 @@
* sub.h
*****************************************************************************
* Copyright (C) 2001-2004 VideoLAN
* $Id: sub.h,v 1.1
8 2004/01/27 11:57:05 gbazin
Exp $
* $Id: sub.h,v 1.1
9 2004/01/27 13:10:29 fenrir
Exp $
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
*
...
...
@@ -67,7 +67,6 @@ typedef struct subtitle_demux_s
es_out_id_t
*
p_es
;
int
i_previously_selected
;
/* to make pf_seek */
FILE
*
p_vobsub_file
;
ps_track_t
tk
[
PS_TK_COUNT
];
}
subtitle_demux_t
;
...
...
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