Skip to content

Commit cf7b75c

Browse files
author
Dan-Flores
committed
delete contiguous todo
1 parent 1e7dc34 commit cf7b75c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/torchcodec/_core/Encoder.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,6 @@ torch::Tensor validateFrames(const torch::Tensor& frames) {
531531
frames.sizes()[1] == 3,
532532
"frame must have 3 channels (R, G, B), got ",
533533
frames.sizes()[1]);
534-
// TODO-VideoEncoder: Investigate if non-contiguous frames can be accepted
535534
return frames.contiguous();
536535
}
537536

0 commit comments

Comments
 (0)