MCPcopy Create free account
hub / github.com/byhook/ffmpeg4android / get_input_packet_mt

Function get_input_packet_mt

ffmpeg-single-cmd/src/main/cpp/ffmpeg_mod.c:4051–4056  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4049}
4050
4051static int get_input_packet_mt(InputFile *f, AVPacket *pkt)
4052{
4053 return av_thread_message_queue_recv(f->in_thread_queue, pkt,
4054 f->non_blocking ?
4055 AV_THREAD_MESSAGE_NONBLOCK : 0);
4056}
4057#endif
4058
4059static int get_input_packet(InputFile *f, AVPacket *pkt)

Callers 1

get_input_packetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected