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
c0d3fea6
Commit
c0d3fea6
authored
Apr 04, 2020
by
John Stebbins
Committed by
Philip Langdale
Apr 10, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavc/movtextdec: make sure default font name is set
Signed-off-by:
Philip Langdale
<
philipl@overt.org
>
parent
e5b99df0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
movtextdec.c
libavcodec/movtextdec.c
+3
-1
No files found.
libavcodec/movtextdec.c
View file @
c0d3fea6
...
...
@@ -52,7 +52,7 @@
typedef
struct
{
uint16_t
fontID
;
char
*
font
;
c
onst
c
har
*
font
;
uint8_t
fontsize
;
int
color
;
int
back_color
;
...
...
@@ -251,6 +251,8 @@ static int mov_text_tx3g(AVCodecContext *avctx, MovTextContext *m)
m
->
ftab_temp
=
NULL
;
tx3g_ptr
=
tx3g_ptr
+
font_length
;
}
// In case of broken header, init default font
m
->
d
.
font
=
ASS_DEFAULT_FONT
;
for
(
i
=
0
;
i
<
m
->
ftab_entries
;
i
++
)
{
if
(
m
->
d
.
fontID
==
m
->
ftab
[
i
]
->
fontID
)
m
->
d
.
font
=
m
->
ftab
[
i
]
->
font
;
...
...
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