Searched refs:audio_preroll (Results 1 – 1 of 1) sorted by relevance
179 static void init_fps(int bf, int audio_preroll, int fps) in init_fps() argument235 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() argument245 init_fps(bf, audio_preroll, 30); in init()