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

Function frame_null

fftools/sync_queue.c:136–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136static int frame_null(const SyncQueue *sq, SyncQueueFrame frame)
137{
138 return (sq->type == SYNC_QUEUE_PACKETS) ? (frame.p == NULL) : (frame.f == NULL);
139}
140
141static void tb_update(const SyncQueue *sq, SyncQueueStream *st,
142 const SyncQueueFrame frame)

Callers 1

sq_sendFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected