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.
pytorch-labs
pytorch
1 parent b01942c commit 0351298Copy full SHA for 0351298
src/torchcodec/_core/SingleStreamDecoder.cpp
@@ -1056,7 +1056,7 @@ bool SingleStreamDecoder::canWeAvoidSeeking() const {
1056
if (lastDecodedAvFramePts == cursor_) {
1057
// We are seeking to the exact same frame as we are currently at. Without
1058
// caching we have to rewind back and decode the frame again.
1059
- // TODO: https://github.com/pytorch-labs/torchcodec/issues/84 we could
+ // TODO: https://github.com/pytorch/torchcodec/issues/84 we could
1060
// implement caching.
1061
return false;
1062
}
0 commit comments