Skip to content

Commit 0351298

Browse files
authored
[EZ] Replace pytorch-labs with pytorch (#813)
1 parent b01942c commit 0351298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/torchcodec/_core/SingleStreamDecoder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1056,7 +1056,7 @@ bool SingleStreamDecoder::canWeAvoidSeeking() const {
10561056
if (lastDecodedAvFramePts == cursor_) {
10571057
// We are seeking to the exact same frame as we are currently at. Without
10581058
// caching we have to rewind back and decode the frame again.
1059-
// TODO: https://github.com/pytorch-labs/torchcodec/issues/84 we could
1059+
// TODO: https://github.com/pytorch/torchcodec/issues/84 we could
10601060
// implement caching.
10611061
return false;
10621062
}

0 commit comments

Comments
 (0)