diff --git a/.github/scripts/Linux/download_build_ffmpeg.sh b/.github/scripts/Linux/download_build_ffmpeg.sh index 6e1641748..40a31e9d5 100755 --- a/.github/scripts/Linux/download_build_ffmpeg.sh +++ b/.github/scripts/Linux/download_build_ffmpeg.sh @@ -27,6 +27,9 @@ install_svt() { # libsvtav1 in FFmpeg upstream, for SVT-HEVC now our custom patch in ffmpeg-patches # if patch apply fails, try increasing $FFMPEG_GIT_DEPTH git am -3 SVT-VP9/ffmpeg_plugin/master-*.patch + # TOD TOREMOVE when not needed + sed 's/\* avctx->ticks_per_frame//' libavcodec/libsvt_vp9.c >fix + mv fix libavcodec/libsvt_vp9.c } # The NV Video Codec SDK headers version 12.0 implies driver v520.56.06 in Linux