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
d587fbb6
Commit
d587fbb6
authored
Jan 09, 2016
by
Clément Bœsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavc/ccaption_dec: fix mixed declarations and code warning
parent
5ae07914
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
ccaption_dec.c
libavcodec/ccaption_dec.c
+2
-1
No files found.
libavcodec/ccaption_dec.c
View file @
d587fbb6
...
@@ -300,10 +300,11 @@ static int capture_screen(CCaptionSubContext *ctx)
...
@@ -300,10 +300,11 @@ static int capture_screen(CCaptionSubContext *ctx)
j
++
;
j
++
;
for
(;
j
<
SCREEN_COLUMNS
;
j
++
)
{
for
(;
j
<
SCREEN_COLUMNS
;
j
++
)
{
const
char
*
e_tag
=
""
,
*
s_tag
=
""
;
if
(
row
[
j
]
==
0
)
if
(
row
[
j
]
==
0
)
break
;
break
;
const
char
*
e_tag
=
""
,
*
s_tag
=
""
;
if
(
prev_font
!=
font
[
j
])
{
if
(
prev_font
!=
font
[
j
])
{
switch
(
prev_font
)
{
switch
(
prev_font
)
{
case
CCFONT_ITALICS
:
case
CCFONT_ITALICS
:
...
...
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