Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
a3aa9847
Commit
a3aa9847
authored
Jan 27, 2004
by
Laurent Aimar
Browse files
* sub: removed unused variable.
parent
6c8e7167
Changes
2
Hide whitespace changes
Inline
Side-by-side
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 1
2:46:46
fenrir Exp $
* $Id: sub.c,v 1.4
9
2004/01/27 1
3: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 1
1:57:05 gbazin
Exp $
* $Id: sub.h,v 1.1
9
2004/01/27 1
3: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
Supports
Markdown
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