Lines Matching defs:sync
334 av_log(NULL, AV_LOG_INFO, "Adjusted ts offset for Input #%d by %"PRId64" us to sync with Input #%d.\n", i, adjustment, self->input_sync_ref);
336 av_log(NULL, AV_LOG_INFO, "Unable to identify start times for Inputs #%d and %d both. No sync adjustment made.\n", i, self->input_sync_ref);
414 char *p, *sync;
426 /* parse sync stream first, just pick first matching stream */
427 if (sync = strchr(map, ',')) {
428 *sync = 0;
429 sync_file_idx = strtol(sync + 1, &sync, 0);
431 av_log(NULL, AV_LOG_FATAL, "Invalid sync file index: %d.\n", sync_file_idx);
434 if (*sync)
435 sync++;
438 input_files[sync_file_idx]->ctx->streams[i], sync) == 1) {
3707 "Indicate the input index for sync reference", "sync ref" },
3747 "set video sync method globally; deprecated, use -fps_mode", "" },
3751 "audio sync method", "" },