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

Function reset_eagain

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

Source from the content-addressed store, hash-verified

4086}
4087
4088static void reset_eagain(void)
4089{
4090 int i;
4091 for (i = 0; i < nb_input_files; i++)
4092 input_files[i]->eagain = 0;
4093 for (i = 0; i < nb_output_streams; i++)
4094 output_streams[i]->unavailable = 0;
4095}
4096
4097// set duration to max(tmp, duration) in a proper time base and return duration's time_base
4098static AVRational duration_max(int64_t tmp, int64_t *duration, AVRational tmp_time_base,

Callers 2

process_inputFunction · 0.85
transcode_stepFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected