Skip to content

Commit 1a07828

Browse files
committed
Better comment formatting
1 parent 3626854 commit 1a07828

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/torchcodec/_core/SingleStreamDecoder.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -615,8 +615,7 @@ FrameBatchOutput SingleStreamDecoder::getFramesAtIndices(
615615
std::vector<size_t> argsort;
616616
if (!indicesAreSorted) {
617617
// if frameIndices is [13, 10, 12, 11]
618-
// when sorted, it's [10, 11, 12, 13] <-- this is the sorted order we
619-
// want
618+
// when sorted, it's [10, 11, 12, 13] <-- this is the sorted order we want
620619
// to use to decode the frames
621620
// and argsort is [ 1, 3, 2, 0]
622621
argsort.resize(frameIndices.size());

0 commit comments

Comments
 (0)