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
1b5e5e92
Commit
1b5e5e92
authored
Aug 21, 2012
by
Ronald S. Bultje
Committed by
Gerrit Code Review
Aug 21, 2012
Browse files
Merge "Fix mismatch caused by a rebase failure." into experimental
parents
8c2a6cac
94465c19
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp8/common/reconintra.c
View file @
1b5e5e92
...
...
@@ -218,7 +218,7 @@ void vp8_build_intra_predictors_internal(MACROBLOCKD *xd,
int
r
,
c
,
i
;
for
(
i
=
0
;
i
<
bsize
;
i
++
)
{
yleft_col
[
i
]
=
xd
->
dst
.
y_buffer
[
i
*
src_stride
-
1
];
yleft_col
[
i
]
=
src
[
i
*
src_stride
-
1
];
}
/* for Y */
...
...
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