Closed akola-dolby closed 7 months ago
AV_BUFFERSRC_FLAG_KEEP_REF
av_frame_unref
av_frame_free
All committers have signed the CLA.
AV_BUFFERSRC_FLAG_KEEP_REF
to avoid frame copy inside (buffer was not copied) (reference: https://ffmpeg.org/doxygen/trunk/group__lavfi__buffersrc.html#ga8fc71cb48c1ad1aa78b48f87daa4cf19).av_frame_unref
toav_frame_free
which removes a frame and a buffer, not only a buffer.