diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-09-10 11:58:53 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-09-10 18:52:28 +0200 |
commit | 722762f7e1212b4d02142778fabfdd73375722e0 (patch) | |
tree | bed791c1259c4fc4c390edc2dbb1cdc6c4badfb8 /doc | |
parent | e14725cecc1941f5b87209b8846dbea34b64a3c1 (diff) | |
download | ffmpeg-722762f7e1212b4d02142778fabfdd73375722e0.tar.gz |
lavfi/setpts: add FRAME_RATE constant
Useful for dealing with constant frame-rate video.
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 685a3e2fc4..53c993239d 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -4194,6 +4194,9 @@ Accept in input an expression evaluated through the eval API, which can contain the following constants: @table @option +@item FRAME_RATE +frame rate, only defined for constant frame-rate video + @item PTS the presentation timestamp in input |