Skip to content

Commit f79c8b6

Browse files
committed
Add issue ref
1 parent 013223d commit f79c8b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_decoders.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2035,7 +2035,7 @@ def test_nvdec_cuda_interface_cpu_fallback(self):
20352035

20362036
@needs_cuda
20372037
def test_nvdec_cpu_fallback_yuv444(self, tmp_path):
2038-
2038+
# Non-regression test for https://github.com/meta-pytorch/torchcodec/issues/1414
20392039
num_frames = 5
20402040
frames = torch.randint(0, 256, size=(num_frames, 3, 64, 64), dtype=torch.uint8)
20412041
path = str(tmp_path / "yuv444.mp4")

0 commit comments

Comments
 (0)