Skip to content

Commit f4c001b

Browse files
committed
Remove comment
1 parent 9a46404 commit f4c001b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/torchcodec/decoders/_core/VideoDecoder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1483,7 +1483,7 @@ double VideoDecoder::getPtsSecondsForFrame(
14831483
int streamIndex,
14841484
int64_t frameIndex) {
14851485
validateUserProvidedStreamIndex(streamIndex);
1486-
validateScannedAllStreams("getPtsSecondsForFrame"); // keeping?
1486+
validateScannedAllStreams("getPtsSecondsForFrame");
14871487

14881488
const auto& streamInfo = streams_[streamIndex];
14891489
const auto& streamMetadata = containerMetadata_.streams[streamIndex];

0 commit comments

Comments
 (0)