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

Function parse_slave_fifo_options

libavformat/tee.c:114–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114static int parse_slave_fifo_options(const char *fifo_options, TeeSlave *tee_slave)
115{
116 return av_dict_parse_string(&tee_slave->fifo_options, fifo_options, "=", ":", 0);
117}
118
119static int close_slave(TeeSlave *tee_slave)
120{

Callers 1

open_slaveFunction · 0.85

Calls 1

av_dict_parse_stringFunction · 0.85

Tested by

no test coverage detected