diff options
author | Paul B Mahol <onemda@gmail.com> | 2016-01-24 19:57:56 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2016-01-24 20:29:19 +0100 |
commit | f42eae96b22d2f9a823bc616b2424164524eed96 (patch) | |
tree | 2d65ff45c08c185f1d603e931ad015578e1d66f0 /doc/filters.texi | |
parent | 8a343443796a334bd8aa5b342daf5e48049f333f (diff) | |
download | ffmpeg-f42eae96b22d2f9a823bc616b2424164524eed96.tar.gz |
avfilter/vf_zoompan: fix pts handling
Now output pts have some sense.
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc/filters.texi')
-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 7f2c419aa0..8545a2ed17 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -12582,6 +12582,9 @@ single input image. @item s Set the output image size, default is 'hd720'. + +@item fps +Set the output frame rate, default is '25'. @end table Each expression can contain the following constants: |