Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/tests/
Dmovenc.c179 static void init_fps(int bf, int audio_preroll, int fps) in init_fps() argument
235 if (audio_preroll) in init_fps()
236 audio_preroll = 2048LL * audio_st->time_base.den / audio_st->codecpar->sample_rate; in init_fps()
240 audio_dts = -audio_preroll; in init_fps()
243 static void init(int bf, int audio_preroll) in init() argument
245 init_fps(bf, audio_preroll, 30); in init()