Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
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/05 00:39:16 gbazi
n Exp $
* $Id: subsdec.c,v 1.
6 2003/11/15 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