We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8217a8b commit 087b3beCopy full SHA for 087b3be
test/VideoDecoderTest.cpp
@@ -52,7 +52,7 @@ class SingleStreamDecoderTest : public testing::TestWithParam<bool> {
52
53
void* buffer = content_.data();
54
size_t length = content_.length();
55
- auto contextHolder = std::make_unique<AVIOBytesContext>(buffer, length);
+ auto contextHolder = std::make_unique<AVIOFromTensorContext>(buffer, length);
56
return std::make_unique<SingleStreamDecoder>(
57
std::move(contextHolder), SingleStreamDecoder::SeekMode::approximate);
58
} else {
0 commit comments