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

Function packet_data_c

fftools/ffmpeg.c:495–499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

493}
494
495const FrameData *packet_data_c(AVPacket *pkt)
496{
497 int ret = frame_data_ensure(&pkt->opaque_ref, 0);
498 return ret < 0 ? NULL : (const FrameData*)pkt->opaque_ref->data;
499}
500
501int check_avoptions_used(const AVDictionary *opts, const AVDictionary *opts_used,
502 void *logctx, int decode)

Callers

nothing calls this directly

Calls 1

frame_data_ensureFunction · 0.85

Tested by

no test coverage detected