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
a927aacb
Commit
a927aacb
authored
Jul 17, 2015
by
Niklesh
Committed by
Philip Langdale
Jul 20, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
movtextdec.c: Correct the highlight tags
Signed-off-by:
Niklesh
<
niklesh.lalwani@iitb.ac.in
>
parent
0030613d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
movtextdec.c
libavcodec/movtextdec.c
+3
-3
No files found.
libavcodec/movtextdec.c
View file @
a927aacb
...
...
@@ -181,14 +181,14 @@ static int text_to_ass(AVBPrint *buf, const char *text, const char *text_end,
av_bprintf
(
buf
,
"{
\\
2c&H%02x%02x%02x&}"
,
m
->
c
.
hlit_color
[
2
],
m
->
c
.
hlit_color
[
1
],
m
->
c
.
hlit_color
[
0
]);
}
else
{
av_bprintf
(
buf
,
"{
\\
1c&H000000&}{
\\
2c&HFFFFFF}"
);
av_bprintf
(
buf
,
"{
\\
1c&H000000&}{
\\
2c&HFFFFFF
&
}"
);
}
}
if
(
text_pos
==
m
->
h
.
hlit_end
)
{
if
(
m
->
box_flags
&
HCLR_BOX
)
{
av_bprintf
(
buf
,
"{
\\
2c&H000000}"
);
av_bprintf
(
buf
,
"{
\\
2c&H000000
&
}"
);
}
else
{
av_bprintf
(
buf
,
"{
\\
1c&HFFFFFF&}{
\\
2c&H000000}"
);
av_bprintf
(
buf
,
"{
\\
1c&HFFFFFF&}{
\\
2c&H000000
&
}"
);
}
}
}
...
...
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