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
33d91719
Commit
33d91719
authored
Sep 14, 2012
by
Marco Paniconi
Browse files
Update to vp8_scalable_patters.
Change-Id: I43ea65bf0a35ddb33a096a392e10b1869ea73f9a
parent
0925442e
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp8_scalable_patterns.c
View file @
33d91719
...
...
@@ -224,10 +224,9 @@ int main(int argc, char **argv) {
flag_periodicity
=
cfg
.
ts_periodicity
;
//
Predict from
L only.
//
Update
L only.
layer_flags
[
0
]
=
VPX_EFLAG_FORCE_KF
|
VP8_EFLAG_NO_UPD_GF
|
VP8_EFLAG_NO_UPD_ARF
|
VP8_EFLAG_NO_REF_GF
|
VP8_EFLAG_NO_REF_ARF
;
VP8_EFLAG_NO_UPD_GF
|
VP8_EFLAG_NO_UPD_ARF
;
break
;
}
case
1
:
...
...
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