Home
last modified time | relevance | path

Searched refs:autoscale (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/fftools/
H A Dffmpeg.h236 SpecifierOpt *autoscale; member
500 int autoscale; member
H A Dffmpeg_opt.c78 static const char *const opt_name_autoscale[] = {"autoscale", NULL};
1585 ost->autoscale = 1; in new_output_stream()
1586 MATCH_PER_STREAM_OPT(autoscale, i, ost->autoscale, oc, st); in new_output_stream()
3934 { "autoscale", HAS_ARG | OPT_BOOL | OPT_SPEC |
3935 OPT_EXPERT | OPT_OUTPUT, { .off = OFFSET(autoscale) },
H A Dffmpeg_filter.c445 if ((ofilter->width || ofilter->height) && ofilter->ost->autoscale) { in configure_output_video_filter()

Completed in 10 milliseconds