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
4dade9d8
Commit
4dade9d8
authored
Jun 25, 2004
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* subtitle: removed debug message.
parent
647d0c82
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
modules/demux/subtitle.c
modules/demux/subtitle.c
+0
-2
No files found.
modules/demux/subtitle.c
View file @
4dade9d8
...
...
@@ -526,7 +526,6 @@ static int Demux( demux_t *p_demux )
return
0
;
i_maxdate
=
p_sys
->
i_next_demux_date
;
msg_Dbg
(
p_demux
,
"sub demux until %lld"
,
i_maxdate
);
if
(
i_maxdate
<=
0
&&
p_sys
->
i_subtitle
<
p_sys
->
i_subtitles
)
{
/* Should not happen */
...
...
@@ -541,7 +540,6 @@ static int Demux( demux_t *p_demux )
block_t
*
p_block
;
int
i_len
=
strlen
(
p_sys
->
subtitle
[
p_sys
->
i_subtitle
].
psz_text
)
+
1
;
msg_Dbg
(
p_demux
,
"sub[%d] '%s'"
,
p_sys
->
i_subtitle
,
p_sys
->
subtitle
[
p_sys
->
i_subtitle
].
psz_text
);
if
(
i_len
<=
1
)
{
/* empty subtitle */
...
...
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