Skip to content

Commit a95dd4c

Browse files
committed
Remove old comment
1 parent 928ae4c commit a95dd4c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/torchcodec/_core/Transform.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ std::string toFilterGraphInterpolation(
2828
} // namespace
2929

3030
std::string ResizeTransform::getFilterGraphCpu() const {
31-
// Note that we turn on gamma correct scaling. This produces results that are
32-
// closer to what TorchVision's resize produces.
3331
return "scale=" + std::to_string(outputDims_.width) + ":" +
3432
std::to_string(outputDims_.height) +
3533
":flags=" + toFilterGraphInterpolation(interpolationMode_);

0 commit comments

Comments
 (0)