Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
b926f32d
Commit
b926f32d
authored
Apr 24, 2017
by
Sarah Parker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix compile warnings when ext-tx and ans are enabled
Change-Id: I7f7c79ae9c4fdfce8d0ab5711cb6a275c1397b61
parent
4ff59b55
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
av1/decoder/decodeframe.c
av1/decoder/decodeframe.c
+3
-3
No files found.
av1/decoder/decodeframe.c
View file @
b926f32d
...
...
@@ -4396,7 +4396,7 @@ static size_t read_uncompressed_header(AV1Decoder *pbi,
}
#if CONFIG_EXT_TX
#if !CONFIG_EC_ADAPT
|| !CONFIG_DAALA_EC
#if !CONFIG_EC_ADAPT
static
void
read_ext_tx_probs
(
FRAME_CONTEXT
*
fc
,
aom_reader
*
r
)
{
int
i
,
j
,
k
;
int
s
;
...
...
@@ -4422,7 +4422,7 @@ static void read_ext_tx_probs(FRAME_CONTEXT *fc, aom_reader *r) {
}
}
}
#endif // !CONFIG_EC_ADAPT
|| !CONFIG_DAALA_EC
#endif // !CONFIG_EC_ADAPT
#else
#endif // CONFIG_EXT_TX
...
...
@@ -4721,7 +4721,7 @@ static int read_compressed_header(AV1Decoder *pbi, const uint8_t *data,
#endif
#if !CONFIG_EC_ADAPT
read_ext_tx_probs
(
fc
,
&
r
);
#endif // EC_ADAPT
, DAALA_EC
#endif // EC_ADAPT
#if CONFIG_SUPERTX
if
(
!
xd
->
lossless
[
0
])
read_supertx_probs
(
fc
,
&
r
);
#endif
...
...
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