Searched refs:sync_file_idx (Results 1 – 1 of 1) sorted by relevance
352 int sync_file_idx = -1, sync_stream_idx = 0; in opt_map() local368 sync_file_idx = strtol(sync + 1, &sync, 0); in opt_map()369 if (sync_file_idx >= nb_input_files || sync_file_idx < 0) { in opt_map()370 av_log(NULL, AV_LOG_FATAL, "Invalid sync file index: %d.\n", sync_file_idx); in opt_map()375 for (i = 0; i < input_files[sync_file_idx]->nb_streams; i++) in opt_map()376 if (check_stream_specifier(input_files[sync_file_idx]->ctx, in opt_map()377 input_files[sync_file_idx]->ctx->streams[i], sync) == 1) { in opt_map()381 if (i == input_files[sync_file_idx]->nb_streams) { in opt_map()386 …if (input_streams[input_files[sync_file_idx]->ist_index + sync_stream_idx]->user_set_discard == AV… in opt_map()437 if (sync_file_idx >= 0) { in opt_map()[all …]