Skip to content

Commit 68a9066

Browse files
authored
Add proper link to comment instead of TODO placeholder (#1594)
1 parent 3f7692b commit 68a9066

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/torchcodec/_core/BetaCudaDeviceInterface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ void BetaCudaDeviceInterface::initialize_video(
376376

377377
void BetaCudaDeviceInterface::send_seqhdr_packet() {
378378
// This must be called at parser initialization, and after each flush.
379-
// See TODO for details.
379+
// See https://github.com/meta-pytorch/torchcodec/pull/1503 for details.
380380
// FFmpeg's nvcuviddec.c does the same thing (not the nvdec.c one, because it
381381
// doesn't rely on the nvcuvid parser):
382382
// -

0 commit comments

Comments
 (0)