Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
0c911c8f
Commit
0c911c8f
authored
Jun 18, 2014
by
John Stebbins
Committed by
Michael Niedermayer
Jun 30, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avcodec/pgssubdec: fix end display time
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
066a4819
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
pgssubdec.c
libavcodec/pgssubdec.c
+4
-1
No files found.
libavcodec/pgssubdec.c
View file @
0c911c8f
...
@@ -422,7 +422,10 @@ static int display_end_segment(AVCodecContext *avctx, void *data,
...
@@ -422,7 +422,10 @@ static int display_end_segment(AVCodecContext *avctx, void *data,
return
1
;
return
1
;
sub
->
start_display_time
=
0
;
sub
->
start_display_time
=
0
;
sub
->
end_display_time
=
20000
;
// There is no explicit end time for PGS subtitles. The end time
// is defined by the start of the next sub which may contain no
// objects (i.e. clears the previous sub)
sub
->
end_display_time
=
UINT32_MAX
;
sub
->
format
=
0
;
sub
->
format
=
0
;
sub
->
num_rects
=
ctx
->
presentation
.
object_count
;
sub
->
num_rects
=
ctx
->
presentation
.
object_count
;
...
...
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