av_packet_copy_props

Copy only "properties" fields from src to dst.

Properties for the purpose of this function are all the fields beside those related to the packet data (buf, data, size)

@param dst Destination packet @param src Source packet

@return 0 on success AVERROR on failure.

extern (C) @nogc nothrow
int
av_packet_copy_props

Meta