Home
last modified time | relevance | path

Searched refs:audio_sync_method (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/fftools/
Dffmpeg.h609 extern int audio_sync_method;
Dffmpeg_filter.c904 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()
Dffmpeg_opt.c155 int audio_sync_method = 0; variable
3522 { "async", HAS_ARG | OPT_INT | OPT_EXPERT, { &audio_sync_method },
Dffmpeg.c785 (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()