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
dbce3b77
Commit
dbce3b77
authored
Aug 13, 2012
by
Christian Duvivier
Browse files
Fix warning/bug introduced in
4d5b81a8
.
Change-Id: I082d2517022cbf2f472c143fe7772719d8295498
parent
fcb59ba0
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp8/decoder/decodemv.c
View file @
dbce3b77
...
...
@@ -561,7 +561,7 @@ static void read_mb_modes_mv(VP8D_COMP *pbi, MODE_INFO *mi, MB_MODE_INFO *mbmi,
const
int
mis
=
pbi
->
common
.
mode_info_stride
;
MACROBLOCKD
*
const
xd
=
&
pbi
->
mb
;
int_mv
*
const
mv
=
&
mbmi
->
mv
;
int_mv
*
const
mv
=
&
mbmi
->
mv
[
0
]
;
int
mb_to_left_edge
;
int
mb_to_right_edge
;
int
mb_to_top_edge
;
...
...
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