Skip to content

Commit 2635230

Browse files
committed
Lint
1 parent 087b3be commit 2635230

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/VideoDecoderTest.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ class SingleStreamDecoderTest : public testing::TestWithParam<bool> {
5252

5353
void* buffer = content_.data();
5454
size_t length = content_.length();
55-
auto contextHolder = std::make_unique<AVIOFromTensorContext>(buffer, length);
55+
auto contextHolder =
56+
std::make_unique<AVIOFromTensorContext>(buffer, length);
5657
return std::make_unique<SingleStreamDecoder>(
5758
std::move(contextHolder), SingleStreamDecoder::SeekMode::approximate);
5859
} else {

0 commit comments

Comments
 (0)