Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
89a1fcf8
Commit
89a1fcf8
authored
Aug 15, 2013
by
James Zern
Committed by
Gerrit Code Review
Aug 15, 2013
Browse files
Merge "vp9_dx_iface: check for NULL/0-size input"
parents
cefaaa86
20395189
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/vp9_dx_iface.c
View file @
89a1fcf8
...
...
@@ -368,6 +368,8 @@ static vpx_codec_err_t vp9_decode(vpx_codec_alg_priv_t *ctx,
uint32_t
sizes
[
8
];
int
frames_this_pts
,
frame_count
=
0
;
if
(
data
==
NULL
||
data_sz
==
0
)
return
VPX_CODEC_INVALID_PARAM
;
parse_superframe_index
(
data
,
data_sz
,
sizes
,
&
frames_this_pts
);
do
{
...
...
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