Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
c1b0d0da
Commit
c1b0d0da
authored
Oct 14, 2014
by
hkuang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct the format.
Change-Id: I59a53b419adda3a609d50b2a82f5a4a54849752e
parent
29771770
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vp9/decoder/vp9_decodeframe.c
vp9/decoder/vp9_decodeframe.c
+1
-1
No files found.
vp9/decoder/vp9_decodeframe.c
View file @
c1b0d0da
...
...
@@ -749,7 +749,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
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