diff options
author | Gyan Doshi <ffmpeg@gyani.pro> | 2018-07-05 15:24:55 +0530 |
---|---|---|
committer | Gyan Doshi <ffmpeg@gyani.pro> | 2018-07-07 21:08:08 +0530 |
commit | c71e1e60305669c225c696dd99f6db5dc550a56a (patch) | |
tree | 1f1e791b5cea26f48db494a7d7fc9f003efd1399 /doc | |
parent | 115b7c96e9e8823e5c8a8bc2137be8e2038befcd (diff) | |
download | ffmpeg-c71e1e60305669c225c696dd99f6db5dc550a56a.tar.gz |
avfilter/setpts: add FR shorthand for FRAME_RATE
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 3e668703ae..d236bd69b7 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -19392,7 +19392,7 @@ The expression is evaluated through the eval API and can contain the following constants: @table @option -@item FRAME_RATE +@item FRAME_RATE, FR frame rate, only defined for constant frame-rate video @item PTS |