Searched refs:frames_preroll (Results 1 – 2 of 2) sorted by relevance
214 ctx->frames_preroll = st->time_base.den * ctx->preroll; in decklink_setup_video()216 ctx->frames_preroll /= 1000; in decklink_setup_video()219 ctx->frames_buffer = ctx->frames_preroll * 2; in decklink_setup_video()226 avctx->url, ctx->frames_preroll, ctx->frames_buffer); in decklink_setup_video()508 if (!ctx->playback_started && pkt->pts > ctx->frames_preroll) { in decklink_write_video_packet()
139 int frames_preroll; member