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

Function frame_data

fftools/ffmpeg.c:477–481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

475}
476
477FrameData *frame_data(AVFrame *frame)
478{
479 int ret = frame_data_ensure(&frame->opaque_ref, 1);
480 return ret < 0 ? NULL : (FrameData*)frame->opaque_ref->data;
481}
482
483const FrameData *frame_data_c(AVFrame *frame)
484{

Callers 5

encode_frameFunction · 0.85
close_outputFunction · 0.85
fg_output_stepFunction · 0.85
send_frameFunction · 0.85
packet_decodeFunction · 0.85

Calls 1

frame_data_ensureFunction · 0.85

Tested by

no test coverage detected