Searched refs:audio_sync_method (Results 1 – 4 of 4) sorted by relevance
609 extern int audio_sync_method;
904 if (audio_sync_method > 0) { in configure_input_audio_filter()907 av_strlcatf(args, sizeof(args), "async=%d", audio_sync_method); in configure_input_audio_filter()
155 int audio_sync_method = 0; variable3522 { "async", HAS_ARG | OPT_INT | OPT_EXPERT, { &audio_sync_method },
785 (st->codecpar->codec_type == AVMEDIA_TYPE_AUDIO && audio_sync_method < 0)) in write_packet()1016 if (frame->pts == AV_NOPTS_VALUE || audio_sync_method < 0) in do_audio_out()