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
edd66a99
Commit
edd66a99
authored
Oct 30, 2012
by
Paul Wilkins
Committed by
Gerrit Code Review
Oct 30, 2012
Browse files
Merge "decodframe: make local symbol static." into experimental
parents
50913027
8ff22bde
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp8/decoder/decodframe.c
View file @
edd66a99
...
...
@@ -95,7 +95,7 @@ void vp8cx_init_de_quantizer(VP8D_COMP *pbi) {
}
}
void
mb_init_dequantizer
(
VP8D_COMP
*
pbi
,
MACROBLOCKD
*
xd
)
{
static
void
mb_init_dequantizer
(
VP8D_COMP
*
pbi
,
MACROBLOCKD
*
xd
)
{
int
i
;
int
QIndex
;
VP8_COMMON
*
const
pc
=
&
pbi
->
common
;
...
...
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