Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
c3688e39
Commit
c3688e39
authored
Apr 12, 2016
by
Alex Converse
Browse files
Disable the TestSuperframeIndexIsOptional test with ANS.
Change-Id: Id55a741e2015c4e01d156d3fe5319498b016b9cf
parent
1d043d56
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/superframe_test.cc
View file @
c3688e39
...
...
@@ -108,7 +108,11 @@ VP9_INSTANTIATE_TEST_CASE(SuperframeTest, ::testing::Combine(
::
testing
::
Values
(
::
libvpx_test
::
kTwoPassGood
),
::
testing
::
Values
(
0
)));
// The superframe index is currently mandatory with ANS due to the decoder
// starting at the end of the buffer.
#if !CONFIG_ANS
VP10_INSTANTIATE_TEST_CASE
(
SuperframeTest
,
::
testing
::
Combine
(
::
testing
::
Values
(
::
libvpx_test
::
kTwoPassGood
),
::
testing
::
Values
(
1
)));
#endif
}
// namespace
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