Skip to content
GitLab
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
cf608110
Commit
cf608110
authored
Oct 14, 2014
by
hkuang
Committed by
Gerrit Code Review
Oct 14, 2014
Browse files
Merge "Correct the format."
parents
f67e75a6
c1b0d0da
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/decoder/vp9_decodeframe.c
View file @
cf608110
...
...
@@ -747,7 +747,7 @@ static void setup_frame_size_with_refs(VP9_COMMON *cm,
if
(
!
found
)
vp9_read_frame_size
(
rb
,
&
width
,
&
height
);
if
(
width
<=
0
||
height
<=
0
)
if
(
width
<=
0
||
height
<=
0
)
vpx_internal_error
(
&
cm
->
error
,
VPX_CODEC_CORRUPT_FRAME
,
"Invalid frame size"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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