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
50c62ee4
Commit
50c62ee4
authored
Sep 07, 2017
by
Tom Finegan
Committed by
James Zern
Sep 08, 2017
Browse files
Make force_restore_type static in pickrst.c.
Change-Id: If4801b24e8711ab1e78a86b6dbb504be59042200
parent
58447949
Changes
1
Hide whitespace changes
Inline
Side-by-side
av1/encoder/pickrst.c
View file @
50c62ee4
...
...
@@ -35,7 +35,7 @@
// When set to RESTORE_WIENER or RESTORE_SGRPROJ only those are allowed.
// When set to RESTORE_TYPES we allow switchable.
const
RestorationType
force_restore_type
=
RESTORE_TYPES
;
static
const
RestorationType
force_restore_type
=
RESTORE_TYPES
;
// Number of Wiener iterations
#define NUM_WIENER_ITERS 5
...
...
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