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
Yushin Cho
aom-rav1e
Commits
c1b0d0da
Commit
c1b0d0da
authored
Oct 14, 2014
by
hkuang
Browse files
Correct the format.
Change-Id: I59a53b419adda3a609d50b2a82f5a4a54849752e
parent
29771770
Changes
1
Show whitespace changes
Inline
Side-by-side
vp9/decoder/vp9_decodeframe.c
View file @
c1b0d0da
...
@@ -749,7 +749,7 @@ static void setup_frame_size_with_refs(VP9_COMMON *cm,
...
@@ -749,7 +749,7 @@ static void setup_frame_size_with_refs(VP9_COMMON *cm,
if
(
!
found
)
if
(
!
found
)
vp9_read_frame_size
(
rb
,
&
width
,
&
height
);
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
,
vpx_internal_error
(
&
cm
->
error
,
VPX_CODEC_CORRUPT_FRAME
,
"Invalid frame size"
);
"Invalid frame size"
);
...
...
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