diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-04-23 03:27:42 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-04-23 03:35:28 +0200 |
commit | a9a537b154aaa48bc8154b2c4472f01eb9750784 (patch) | |
tree | f9f73d22570945d0bca6a0682e9798d5faf6f183 /doc | |
parent | 15d2f26998909ffd7d2779946df9d8e0c07efbcf (diff) | |
download | ffmpeg-a9a537b154aaa48bc8154b2c4472f01eb9750784.tar.gz |
avfilter/drawtext: add pict_type support
Fixes Ticket2470
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 5847c75eb7..21a3c0f5b2 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -3030,6 +3030,9 @@ It can accept an argument: a strftime() format string. @item n, frame_num The frame number, starting from 0. +@item pict_type +A 1 character description of the current picture type. + @item pts The timestamp of the current frame, in seconds, with microsecond accuracy. |