MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / av_packet_move_ref

Function av_packet_move_ref

libavcodec/packet.c:489–493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

487}
488
489void av_packet_move_ref(AVPacket *dst, AVPacket *src)
490{
491 *dst = *src;
492 get_packet_defaults(src);
493}
494
495int av_packet_make_refcounted(AVPacket *pkt)
496{

Callers 15

lavfi_read_packetFunction · 0.85
audio_read_packetFunction · 0.85
LLVMFuzzerTestOneInputFunction · 0.85
rm_assemble_video_frameFunction · 0.85
moflex_read_packetFunction · 0.85
asf_read_packetFunction · 0.85
get_subtitle_pktFunction · 0.85
yop_read_packetFunction · 0.85
nsv_read_packetFunction · 0.85
hls_read_packetFunction · 0.85
ff_interleave_add_packetFunction · 0.85

Calls 1

get_packet_defaultsFunction · 0.85

Tested by

no test coverage detected