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

FFmpeg: replace packet alloc interface in the patch of master branch #599

Closed guojiansheng0925 closed 3 years ago

guojiansheng0925 commented 3 years ago

Signed-off-by: Guo Jiansheng jiansheng.guo@intel.com

Description

Replace ff_alloc_packet2 with ff_alloc_packet in the patch of master branch. And simple verification has been done.

Issue

Fixes #598

Author(s)

Performance impact

Merge method