File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
src/torchcodec/decoders/_core Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 6868 python-version : ['3.9']
6969 cuda-version : ['11.8', '12.4', '12.6']
7070 # TODO: put back ffmpeg 5 https://github.com/pytorch/torchcodec/issues/325
71- ffmpeg-version-for-tests : ['6', '7']
71+ ffmpeg-version-for-tests : ['4.4.2', ' 6', '7']
7272 container :
7373 image : " pytorch/manylinux2_28-builder:cuda${{ matrix.cuda-version }}"
7474 options : " --gpus all -e NVIDIA_DRIVER_CAPABILITIES=video,compute,utility"
Original file line number Diff line number Diff line change @@ -77,10 +77,7 @@ if(DEFINED ENV{BUILD_AGAINST_ALL_FFMPEG_FROM_S3})
7777 )
7878
7979
80- if (NOT ENABLE_CUDA)
81- # TODO: Enable more ffmpeg versions for cuda.
82- make_torchcodec_library(libtorchcodec4 ffmpeg4)
83- endif ()
80+ make_torchcodec_library(libtorchcodec4 ffmpeg4)
8481 make_torchcodec_library(libtorchcodec7 ffmpeg7)
8582 make_torchcodec_library(libtorchcodec6 ffmpeg6)
8683 make_torchcodec_library(libtorchcodec5 ffmpeg5)
You can’t perform that action at this time.
0 commit comments