From 018bdaed37d2f1735dbecfc58309a1a164abadd5 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Tue, 3 Nov 2015 09:57:23 -0800 Subject: setpts: add FRAME_RATE constant Useful for dealing with constant frame-rate video. (cherry picked from ffmpeg commit 722762f7e1212b4d02142778fabfdd73375722e0) Signed-off-by: Anton Khirnov --- doc/filters.texi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/filters.texi') diff --git a/doc/filters.texi b/doc/filters.texi index d9874b6be6..9804c0e29d 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -209,6 +209,9 @@ The expression is evaluated through the eval API and 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 -- cgit v1.2.3