We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a46404 commit f4c001bCopy full SHA for f4c001b
src/torchcodec/decoders/_core/VideoDecoder.cpp
@@ -1483,7 +1483,7 @@ double VideoDecoder::getPtsSecondsForFrame(
1483
int streamIndex,
1484
int64_t frameIndex) {
1485
validateUserProvidedStreamIndex(streamIndex);
1486
- validateScannedAllStreams("getPtsSecondsForFrame"); // keeping?
+ validateScannedAllStreams("getPtsSecondsForFrame");
1487
1488
const auto& streamInfo = streams_[streamIndex];
1489
const auto& streamMetadata = containerMetadata_.streams[streamIndex];
0 commit comments