MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / opt_vsync

Function opt_vsync

fftools/ffmpeg_opt.c:1237–1241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1235
1236#if FFMPEG_OPT_VSYNC
1237static int opt_vsync(void *optctx, const char *opt, const char *arg)
1238{
1239 av_log(NULL, AV_LOG_WARNING, "-vsync is deprecated. Use -fps_mode\n");
1240 return parse_and_set_vsync(arg, &video_sync_method, -1, -1, 1);
1241}
1242#endif
1243
1244static int opt_timecode(void *optctx, const char *opt, const char *arg)

Callers

nothing calls this directly

Calls 2

av_logFunction · 0.85
parse_and_set_vsyncFunction · 0.85

Tested by

no test coverage detected