Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
a66d8d33
Commit
a66d8d33
authored
May 02, 2011
by
John Koleszar
Browse files
Fix compile error with --enable-postproc-visualizer
Typo. Change-Id: I9cc6a4587c3d93c9f0da5e101d376741fc9622a4
parent
dfa9e2c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp8/common/postproc.c
View file @
a66d8d33
...
@@ -806,7 +806,7 @@ int vp8_post_proc_frame(VP8_COMMON *oci, YV12_BUFFER_CONFIG *dest, vp8_ppflags_t
...
@@ -806,7 +806,7 @@ int vp8_post_proc_frame(VP8_COMMON *oci, YV12_BUFFER_CONFIG *dest, vp8_ppflags_t
char
zz
[
4
];
char
zz
[
4
];
int
dc_diff
=
!
(
mi
[
mb_index
].
mbmi
.
mode
!=
B_PRED
&&
int
dc_diff
=
!
(
mi
[
mb_index
].
mbmi
.
mode
!=
B_PRED
&&
mi
[
mb_index
].
mbmi
.
mode
!=
SPLITMV
&&
mi
[
mb_index
].
mbmi
.
mode
!=
SPLITMV
&&
mi
[
mb_index
].
mbmi
.
mb_skip_coeff
)
)
;
mi
[
mb_index
].
mbmi
.
mb_skip_coeff
);
if
(
oci
->
frame_type
==
KEY_FRAME
)
if
(
oci
->
frame_type
==
KEY_FRAME
)
sprintf
(
zz
,
"a"
);
sprintf
(
zz
,
"a"
);
...
...
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