diff options
author | Paul B Mahol <onemda@gmail.com> | 2017-04-02 22:07:04 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2017-04-03 22:35:34 +0200 |
commit | 7e59393d40b784bcf34ae231fb8e99673585e3e1 (patch) | |
tree | 9e2d2366a5d930abfb07410122b7ec2c653a753c /doc | |
parent | a434657de9dc1084b47cd484bc69cdb1b4057844 (diff) | |
download | ffmpeg-7e59393d40b784bcf34ae231fb8e99673585e3e1.tar.gz |
avfilter/vf_pad: add aspect option
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 8e5e21f9ed..bc37e667e0 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -10453,6 +10453,9 @@ Evaluate expressions for each incoming frame. Default value is @samp{init}. +@item aspect +Pad to aspect instead to a resolution. + @end table The value for the @var{width}, @var{height}, @var{x}, and @var{y} |