From 1181461ca5852206793a77d5856559c2face9263 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Thu, 23 Aug 2012 12:29:20 +0200 Subject: lavfi/asetpts,setpts: add variables T, STARTT, PREV_INT and PREV_OUTT --- doc/filters.texi | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'doc') diff --git a/doc/filters.texi b/doc/filters.texi index 8c239337f3..bef95f763e 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -4129,9 +4129,15 @@ audio sample rate @item STARTPTS the PTS of the first frame +@item STARTT +the time in seconds of the first frame + @item INTERLACED tell if the current frame is interlaced +@item T +the time in seconds of the current frame + @item TB the time base @@ -4142,9 +4148,14 @@ for the current frame @item PREV_INPTS previous input PTS +@item PREV_INT +previous input time in seconds + @item PREV_OUTPTS previous output PTS +@item PREV_OUTT +previous output time in seconds @end table @subsection Examples -- cgit v1.2.3