Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
74752ca1
Commit
74752ca1
authored
Mar 23, 2017
by
Jingning Han
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Silient a compiler warning in av1_decode_block_tokens
Change-Id: I581bdb5edacd92fd40b28327fcd5bfb062dc9b5b
parent
36d616b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
av1/decoder/detokenize.c
av1/decoder/detokenize.c
+2
-0
No files found.
av1/decoder/detokenize.c
View file @
74752ca1
...
...
@@ -466,6 +466,8 @@ int av1_decode_block_tokens(AV1_COMMON *cm, MACROBLOCKD *const xd, int plane,
if
(
xd
->
counts
)
av1_update_scan_count_facade
(
cm
,
xd
->
counts
,
tx_size
,
tx_type
,
pd
->
dqcoeff
,
eob
);
#else
(
void
)
cm
;
#endif
return
eob
;
}
...
...
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