Skip to content

Commit 206d1f4

Browse files
committed
Remove comment
1 parent 9c2a9b4 commit 206d1f4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/decoders/test_video_decoder.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -446,9 +446,6 @@ def test_get_frame_played_at(self, device):
446446
@pytest.mark.parametrize("device", cpu_and_cuda())
447447
def test_get_frame_played_at_h265(self, device):
448448
# Non-regression test for https://github.com/pytorch/torchcodec/issues/179
449-
# We don't parametrize with CUDA because the current GPUs on CI do not
450-
# support x265:
451-
# https://github.com/pytorch/torchcodec/pull/350#issuecomment-2465011730
452449
decoder = VideoDecoder(H265_VIDEO.path, device=device)
453450
ref_frame6 = H265_VIDEO.get_frame_data_by_index(5)
454451
assert_frames_equal(ref_frame6, decoder.get_frame_played_at(0.5).data)

0 commit comments

Comments
 (0)