OpenVisualCloud / SVT-HEVC

SVT HEVC encoder. Scalable Video Technology (SVT) is a software-based video coding technology that is highly optimized for Intel® Xeon® processors. Using the open source SVT-HEVC encoder, it is possible to spread video encoding processing across multiple Intel® Xeon® processors to achieve a real advantage of processing efficiency.
Other
507 stars 169 forks source link

Fix an issue that ffmpeg patch files could not be applied #608

Closed kusaanko closed 2 years ago

kusaanko commented 2 years ago

Description

ffmpeg file "configure" has been changed. https://github.com/FFmpeg/FFmpeg/commit/f32f56468c6caa03f4ebbf6cf58b2bb7bc775216 So there is an error when I run git apply ../SVT-HEVC/ffmpeg_plugin/master-0001-lavc-svt_hevc-add-libsvt-hevc-encoder-wrapper.patch:

error: patch failed: configure:3315
error: configure: patch does not apply

This change fixes this error.

Author(s)

Kusaanko

Merge method

tianjunwork commented 2 years ago

Hi @kusaanko , thank you for contributing the fix. Yes, git am/apply failed. In this case, patch still works.