Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
35540898
Commit
35540898
authored
Oct 06, 2015
by
James Zern
Browse files
vpx_memset16: quiet signed/unsigned warning
Change-Id: I144bedde7ea43f1b84360c1a7c8a042fd30abb6b
parent
ce3f4ade
Changes
1
Hide whitespace changes
Inline
Side-by-side
vpx_mem/vpx_mem.c
View file @
35540898
...
...
@@ -93,7 +93,7 @@ void vpx_free(void *memblk) {
#if CONFIG_VP9_HIGHBITDEPTH
void
*
vpx_memset16
(
void
*
dest
,
int
val
,
size_t
length
)
{
in
t
i
;
size_
t
i
;
void
*
orig
=
dest
;
uint16_t
*
dest16
=
dest
;
for
(
i
=
0
;
i
<
length
;
i
++
)
...
...
Write
Preview
Supports
Markdown
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