Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
cfd8992a
Commit
cfd8992a
authored
Nov 15, 2003
by
Derk-Jan Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* extra data has changed and was crashing.
parent
9b61c0aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
modules/codec/subsdec.c
modules/codec/subsdec.c
+3
-3
No files found.
modules/codec/subsdec.c
View file @
cfd8992a
...
...
@@ -2,7 +2,7 @@
* subsdec.c : text subtitles decoder
*****************************************************************************
* Copyright (C) 2000-2001 VideoLAN
* $Id: subsdec.c,v 1.
5
2003/11/
0
5
00:39:16 gbazi
n Exp $
* $Id: subsdec.c,v 1.
6
2003/11/
1
5
15:40:19 hartma
n Exp $
*
* Authors: Gildas Bazin <gbazin@netcourrier.com>
* Samuel Hocevar <sam@zoy.org>
...
...
@@ -110,7 +110,7 @@ vlc_module_begin();
VLC_TRUE
);
change_integer_list
(
pi_justification
,
ppsz_justification_text
,
0
);
#if defined(HAVE_ICONV)
add_string
(
"subsdec-encoding"
,
DEFAULT_NAME
,
NULL
,
add_string
(
"subsdec-encoding"
,
"UTF-8"
,
NULL
,
ENCODING_TEXT
,
ENCODING_LONGTEXT
,
VLC_FALSE
);
change_string_list
(
ppsz_encodings
,
0
,
0
);
#endif
...
...
@@ -186,7 +186,7 @@ static int InitDecoder( decoder_t *p_dec )
msg_Dbg
(
p_dec
,
"No iconv support available"
);
#endif
#if
1
#if
0
if( p_demux_data )
msg_Dbg( p_dec, p_demux_data->psz_header );
#endif
...
...
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