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
dc3aeba3
Commit
dc3aeba3
authored
Oct 04, 2011
by
Clément Bœsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ass_split: fix invalid doxygen group end markers.
parent
a667e90a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
ass_split.h
libavcodec/ass_split.h
+3
-3
No files found.
libavcodec/ass_split.h
View file @
dc3aeba3
...
...
@@ -130,7 +130,7 @@ typedef struct {
void
(
*
font_size
)(
void
*
priv
,
int
size
);
void
(
*
alignment
)(
void
*
priv
,
int
alignment
);
void
(
*
cancel_overrides
)(
void
*
priv
,
const
char
*
style
);
/**
<
@} */
/** @} */
/**
* @defgroup ass_functions ASS functions
...
...
@@ -138,14 +138,14 @@ typedef struct {
*/
void
(
*
move
)(
void
*
priv
,
int
x1
,
int
y1
,
int
x2
,
int
y2
,
int
t1
,
int
t2
);
void
(
*
origin
)(
void
*
priv
,
int
x
,
int
y
);
/**
<
@} */
/** @} */
/**
* @defgroup ass_end end of Dialogue Event
* @{
*/
void
(
*
end
)(
void
*
priv
);
/**
<
@} */
/** @} */
}
ASSCodesCallbacks
;
/**
...
...
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