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

Function frame_samples

fftools/sync_queue.c:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131static int frame_samples(const SyncQueue *sq, SyncQueueFrame frame)
132{
133 return (sq->type == SYNC_QUEUE_PACKETS) ? 0 : frame.f->nb_samples;
134}
135
136static int frame_null(const SyncQueue *sq, SyncQueueFrame frame)
137{

Callers 2

sq_sendFunction · 0.85
receive_for_streamFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected