Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
489
void av_packet_move_ref(AVPacket *dst, AVPacket *src)
490
{
491
*dst = *src;
492
get_packet_defaults(src);
493
}
494
495
int av_packet_make_refcounted(AVPacket *pkt)
496
{
Callers
15
lavfi_read_packet
Function · 0.85
audio_read_packet
Function · 0.85
LLVMFuzzerTestOneInput
Function · 0.85
rm_assemble_video_frame
Function · 0.85
moflex_read_packet
Function · 0.85
asf_read_packet
Function · 0.85
get_subtitle_pkt
Function · 0.85
yop_read_packet
Function · 0.85
nsv_read_packet
Function · 0.85
hls_read_packet
Function · 0.85
ff_interleave_add_packet
Function · 0.85
h264_annexb_insert_sps_pps
Function · 0.85
Calls
1
get_packet_defaults
Function · 0.85
Tested by
no test coverage detected