pub unsafe extern "C" fn av_format_inject_global_side_data(
s: *mut AVFormatContext,
)
Expand description
This function will cause global side data to be injected in the next packet of each stream as well as after any subsequent seek.
@note global side data is always available in every AVStream’s @ref AVCodecParameters.coded_side_data “codecpar side data” array, and in a @ref AVCodecContext.coded_side_data “decoder’s side data” array if initialized with said stream’s codecpar. @see av_packet_side_data_get()