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.
See Implementation
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.