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

Function frame_data_c

fftools/ffmpeg.c:483–487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

481}
482
483const FrameData *frame_data_c(AVFrame *frame)
484{
485 int ret = frame_data_ensure(&frame->opaque_ref, 0);
486 return ret < 0 ? NULL : (const FrameData*)frame->opaque_ref->data;
487}
488
489FrameData *packet_data(AVPacket *pkt)
490{

Callers 1

choose_out_timebaseFunction · 0.85

Calls 1

frame_data_ensureFunction · 0.85

Tested by

no test coverage detected