Skip to content

Commit f2a17fb

Browse files
committed
Add comment
1 parent 148fcdc commit f2a17fb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/decoders/test_video_decoder.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,9 @@ def test_get_frame_played_at(self, device):
438438

439439
def test_get_frame_played_at_h265(self):
440440
# Non-regression test for https://github.com/pytorch/torchcodec/issues/179
441+
# We don't parametrize with CUDA because the current GPUs on CI do not
442+
# support x265:
443+
# https://github.com/pytorch/torchcodec/pull/350#issuecomment-2465011730
441444
decoder = VideoDecoder(H265_VIDEO.path)
442445
ref_frame6 = H265_VIDEO.get_frame_data_by_index(5)
443446
assert_tensor_equal(ref_frame6, decoder.get_frame_played_at(0.5).data)

0 commit comments

Comments
 (0)