mirror of https://github.com/FFmpeg/FFmpeg.git
Withpull/336/head33d18982fa
, the commit introducing the new packet-based bsf API, a new buffer was no longer allocated directly, but via av_new_packet(), so that libavutil/mem.h was no longer needed. Moreover since commitdc99ee6b08
av_packet_make_writable() is employed which copies the data in case it is unavoidable so that string.h is no longer used (it was used for memcpy()). Reviewed-by: Anton Khirnov <anton@khirnov.net> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
parent
60f9ecdccd
commit
88a37f0f5b
1 changed files with 0 additions and 2 deletions
Loading…
Reference in new issue