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

Function packet_data

fftools/ffmpeg.c:489–493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

487}
488
489FrameData *packet_data(AVPacket *pkt)
490{
491 int ret = frame_data_ensure(&pkt->opaque_ref, 1);
492 return ret < 0 ? NULL : (FrameData*)pkt->opaque_ref->data;
493}
494
495const FrameData *packet_data_c(AVPacket *pkt)
496{

Callers 3

encode_frameFunction · 0.85
packet_decodeFunction · 0.85
input_packet_processFunction · 0.85

Calls 1

frame_data_ensureFunction · 0.85

Tested by

no test coverage detected