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 087b3be commit 2635230Copy full SHA for 2635230
test/VideoDecoderTest.cpp
@@ -52,7 +52,8 @@ class SingleStreamDecoderTest : public testing::TestWithParam<bool> {
52
53
void* buffer = content_.data();
54
size_t length = content_.length();
55
- auto contextHolder = std::make_unique<AVIOFromTensorContext>(buffer, length);
+ auto contextHolder =
56
+ std::make_unique<AVIOFromTensorContext>(buffer, length);
57
return std::make_unique<SingleStreamDecoder>(
58
std::move(contextHolder), SingleStreamDecoder::SeekMode::approximate);
59
} else {
0 commit comments