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

Function get_input_stream

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

Source from the content-addressed store, hash-verified

2926}
2927
2928static InputStream *get_input_stream(OutputStream *ost)
2929{
2930 if (ost->source_index >= 0)
2931 return input_streams[ost->source_index];
2932 return NULL;
2933}
2934
2935static int compare_int64(const void *a, const void *b)
2936{

Callers 3

init_output_streamFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected