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
e9156741
Commit
e9156741
authored
Jun 14, 2012
by
Ronald S. Bultje
Committed by
Martin Storsjö
Jun 30, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dnxhdenc: add space between function argument type and comment.
Signed-off-by:
Martin Storsjö
<
martin@martin.st
>
parent
66a02159
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dnxhdenc.h
libavcodec/dnxhdenc.h
+1
-1
No files found.
libavcodec/dnxhdenc.h
View file @
e9156741
...
...
@@ -92,7 +92,7 @@ typedef struct DNXHDEncContext {
RCCMPEntry
*
mb_cmp
;
RCEntry
(
*
mb_rc
)[
8160
];
void
(
*
get_pixels_8x4_sym
)(
DCTELEM
*/
*
align
16
*/
,
const
uint8_t
*
,
int
);
void
(
*
get_pixels_8x4_sym
)(
DCTELEM
*
/*align 16*/
,
const
uint8_t
*
,
int
);
}
DNXHDEncContext
;
void
ff_dnxhd_init_mmx
(
DNXHDEncContext
*
ctx
);
...
...
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