Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
0615d81b
Commit
0615d81b
authored
Nov 18, 2003
by
Sigmund Augdal Helberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modules/codec/subsdec.c:
* fix a crash when --subsdec encoding is set to a wrong value
parent
ecde7dcc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
modules/codec/subsdec.c
modules/codec/subsdec.c
+4
-2
No files found.
modules/codec/subsdec.c
View file @
0615d81b
...
...
@@ -2,7 +2,7 @@
* subsdec.c : text subtitles decoder
*****************************************************************************
* Copyright (C) 2000-2001 VideoLAN
* $Id: subsdec.c,v 1.
7 2003/11/16 21:07:30 gbazin
Exp $
* $Id: subsdec.c,v 1.
8 2003/11/18 23:25:38 sigmunau
Exp $
*
* Authors: Gildas Bazin <gbazin@netcourrier.com>
* Samuel Hocevar <sam@zoy.org>
...
...
@@ -290,7 +290,9 @@ static void ParseText( decoder_t *p_dec, block_t *p_block,
if
(
inbytes_left
)
{
msg_Warn
(
p_dec
,
"Something fishy happened during conversion"
);
msg_Warn
(
p_dec
,
"Failed to convert subtitle encoding, dropping subtitle"
);
free
(
psz_subtitle
);
return
;
}
else
{
...
...
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