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
1da96fec
Commit
1da96fec
authored
Sep 20, 2007
by
Jean-Paul Saman
Committed by
Jean-Paul Saman
Mar 05, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DVB subtitles are really ephemer.
parent
eeb4bbe5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
modules/codec/dvbsub.c
modules/codec/dvbsub.c
+4
-4
No files found.
modules/codec/dvbsub.c
View file @
1da96fec
...
...
@@ -1461,10 +1461,10 @@ static subpicture_t *render( decoder_t *p_dec )
/* Set the pf_render callback */
p_spu
->
i_start
=
p_sys
->
i_pts
;
p_spu
->
i_stop
=
(
i_timeout
==
0
)
?
(
mtime_t
)
0
:
p_spu
->
i_start
+
(
mtime_t
)
(
i_timeout
*
1000000
)
;
p_spu
->
b_
ephemer
=
(
i_timeout
==
0
)
?
VLC_TRUE
:
VLC_FALS
E
;
p_spu
->
b_fade
=
VLC_TRUE
;
p_spu
->
i_stop
=
(
mtime_t
)
0
;
p_spu
->
b_ephemer
=
VLC_TRUE
;
p_spu
->
b_
pausable
=
VLC_TRU
E
;
//
p_spu->b_fade = VLC_TRUE;
#ifdef DEBUG_DVBSUB
msg_Dbg
(
p_dec
,
"rendering start time "
I64Fd
" stop time "
I64Fd
" timeout %d"
,
...
...
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