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
7177c322
Commit
7177c322
authored
Aug 28, 2012
by
Yaowu Xu
Committed by
Gerrit Code Review
Aug 28, 2012
Browse files
Merge "silent one more compiler warning"
parents
c533f2a4
446d85e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp8/decoder/decodemv.c
View file @
7177c322
...
...
@@ -644,7 +644,8 @@ void vp8_decode_mode_mvs(VP8D_COMP *pbi)
#if CONFIG_ERROR_CONCEALMENT
/* look for corruption. set mvs_corrupt_from_mb to the current
* mb_num if the frame is corrupt from this macroblock. */
if
(
vp8dx_bool_error
(
&
pbi
->
bc
)
&&
mb_num
<
pbi
->
mvs_corrupt_from_mb
)
if
(
vp8dx_bool_error
(
&
pbi
->
bc
)
&&
mb_num
<
(
int
)
pbi
->
mvs_corrupt_from_mb
)
{
pbi
->
mvs_corrupt_from_mb
=
mb_num
;
/* no need to continue since the partition is corrupt from
...
...
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