From 7e350379f87e7f74420b4813170fe808e2313911 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 28 Nov 2012 08:41:07 +0100 Subject: lavfi: switch to AVFrame. Deprecate AVFilterBuffer/AVFilterBufferRef and everything related to it and use AVFrame instead. --- doc/filters.texi | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'doc/filters.texi') diff --git a/doc/filters.texi b/doc/filters.texi index a7d6a56d41..c7e2d9d184 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -622,9 +622,6 @@ same as @var{out_w} and @var{out_h} @item n the number of input frame, starting from 0 -@item pos -the position in the file of the input frame, NAN if unknown - @item t timestamp expressed in seconds, NAN if the input timestamp is unknown @@ -1760,9 +1757,6 @@ the frame is bottom-field-first @item key 1 if the filtered frame is a key-frame, 0 otherwise -@item pos -the position in the file of the filtered frame, -1 if the information -is not available (e.g. for synthetic video) @end table The default value of the select expression is "1". @@ -1854,10 +1848,6 @@ the PTS of the first video frame @item INTERLACED tell if the current frame is interlaced -@item POS -original position in the file of the frame, or undefined if undefined -for the current frame - @item PREV_INPTS previous input PTS -- cgit v1.2.3