Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
eb409d25
Commit
eb409d25
authored
Sep 10, 2003
by
hartman
Browse files
* Fixed the subsdec variables
parent
706d6807
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/codec/subsdec/subsdec.c
View file @
eb409d25
...
...
@@ -2,7 +2,7 @@
* subsdec.c : SPU decoder thread
*****************************************************************************
* Copyright (C) 2000-2001 VideoLAN
* $Id: subsdec.c,v 1.
9
2003/09/
02 20:19:26 gbazi
n Exp $
* $Id: subsdec.c,v 1.
10
2003/09/
10 15:03:49 hartma
n Exp $
*
* Authors: Gildas Bazin <gbazin@netcourrier.com>
* Samuel Hocevar <sam@zoy.org>
...
...
@@ -104,9 +104,9 @@ static int OpenDecoder( vlc_object_t *p_this )
p_dec
->
pf_run
=
RunDecoder
;
var_Create
(
p_
this
,
"subsdec-align"
,
VLC_VAR_INTEGER
|
VLC_VAR_DOINHERIT
);
var_Create
(
p_
dec
->
p_fifo
,
"subsdec-align"
,
VLC_VAR_INTEGER
|
VLC_VAR_DOINHERIT
);
#if defined(HAVE_ICONV)
var_Create
(
p_
this
,
"subsdec-encoding"
,
VLC_VAR_STRING
|
VLC_VAR_DOINHERIT
);
var_Create
(
p_
dec
->
p_fifo
,
"subsdec-encoding"
,
VLC_VAR_STRING
|
VLC_VAR_DOINHERIT
);
#endif
return
VLC_SUCCESS
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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