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
2755abff
Commit
2755abff
authored
Jul 19, 2012
by
Clément Bœsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavc/rt: small wording fix in a comment.
parent
7333798c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
realtextdec.c
libavcodec/realtextdec.c
+1
-1
No files found.
libavcodec/realtextdec.c
View file @
2755abff
...
...
@@ -65,7 +65,7 @@ static int realtext_decode_frame(AVCodecContext *avctx,
av_bprint_init
(
&
buf
,
0
,
4096
);
// note: no need to rescale pts & duration since they are in the same
// timebase
than
ASS (1/100)
// timebase
as
ASS (1/100)
if
(
ptr
&&
avpkt
->
size
>
0
&&
!
rt_event_to_ass
(
&
buf
,
ptr
))
ff_ass_add_rect
(
sub
,
buf
.
str
,
avpkt
->
pts
,
avpkt
->
duration
,
0
);
*
got_sub_ptr
=
sub
->
num_rects
>
0
;
...
...
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