diff --git a/src/torchcodec/_core/SingleStreamDecoder.cpp b/src/torchcodec/_core/SingleStreamDecoder.cpp index 6c2cdd490..9cfc652ad 100644 --- a/src/torchcodec/_core/SingleStreamDecoder.cpp +++ b/src/torchcodec/_core/SingleStreamDecoder.cpp @@ -1056,7 +1056,7 @@ bool SingleStreamDecoder::canWeAvoidSeeking() const { if (lastDecodedAvFramePts == cursor_) { // We are seeking to the exact same frame as we are currently at. Without // caching we have to rewind back and decode the frame again. - // TODO: https://github.com/pytorch-labs/torchcodec/issues/84 we could + // TODO: https://github.com/pytorch/torchcodec/issues/84 we could // implement caching. return false; }