Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
9ea087d2
Commit
9ea087d2
authored
Dec 14, 2003
by
Gildas Bazin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* modules/codec/subsdec.c: default encoding is DEFAULT_NAME not UTF8.
parent
653a3007
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/codec/subsdec.c
modules/codec/subsdec.c
+2
-2
No files found.
modules/codec/subsdec.c
View file @
9ea087d2
...
...
@@ -2,7 +2,7 @@
* subsdec.c : text subtitles decoder
*****************************************************************************
* Copyright (C) 2000-2001 VideoLAN
* $Id: subsdec.c,v 1.1
2 2003/11/23 03:55:01 fenrir
Exp $
* $Id: subsdec.c,v 1.1
3 2003/12/14 19:18:11 gbazin
Exp $
*
* Authors: Gildas Bazin <gbazin@netcourrier.com>
* Samuel Hocevar <sam@zoy.org>
...
...
@@ -106,7 +106,7 @@ vlc_module_begin();
VLC_TRUE
);
change_integer_list
(
pi_justification
,
ppsz_justification_text
,
0
);
#if defined(HAVE_ICONV)
add_string
(
"subsdec-encoding"
,
"UTF-8"
,
NULL
,
add_string
(
"subsdec-encoding"
,
DEFAULT_NAME
,
NULL
,
ENCODING_TEXT
,
ENCODING_LONGTEXT
,
VLC_FALSE
);
change_string_list
(
ppsz_encodings
,
0
,
0
);
#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