VSYNC_VFR        1094 fftools/ffmpeg.c                 format_video_sync = VSYNC_VFR;
VSYNC_VFR        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_VFR        1142 fftools/ffmpeg.c         case VSYNC_VFR:
VSYNC_VFR        3092 fftools/ffmpeg_opt.c     else if (!av_strcasecmp(arg, "vfr"))         video_sync_method = VSYNC_VFR;
VSYNC_VFR        3097 fftools/ffmpeg_opt.c         video_sync_method = parse_number_or_die("vsync", arg, OPT_INT, VSYNC_AUTO, VSYNC_VFR);