VSYNC_PASSTHROUGH 1096 fftools/ffmpeg.c                 format_video_sync = (of->ctx->oformat->flags & AVFMT_VARIABLE_FPS) ? ((of->ctx->oformat->flags & AVFMT_NOTIMESTAMPS) ? VSYNC_PASSTHROUGH : VSYNC_VFR) : VSYNC_CFR;
VSYNC_PASSTHROUGH 1111 fftools/ffmpeg.c             format_video_sync != VSYNC_PASSTHROUGH &&
VSYNC_PASSTHROUGH 1149 fftools/ffmpeg.c         case VSYNC_PASSTHROUGH:
VSYNC_PASSTHROUGH 3344 fftools/ffmpeg.c         if (   av_q2d(enc_ctx->time_base) < 0.001 && video_sync_method != VSYNC_PASSTHROUGH
VSYNC_PASSTHROUGH 1684 fftools/ffmpeg_opt.c     if (frame_rate && video_sync_method == VSYNC_PASSTHROUGH)
VSYNC_PASSTHROUGH 3093 fftools/ffmpeg_opt.c     else if (!av_strcasecmp(arg, "passthrough")) video_sync_method = VSYNC_PASSTHROUGH;