diff options
author | Clément Bœsch <clement.boesch@smartjog.com> | 2012-01-16 11:41:39 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-02-02 14:31:17 +0100 |
commit | f65600d5196df5dda1e4a0f583bee60f5170b413 (patch) | |
tree | 77bbf56359c246a3c33646edb480ad874ba5c528 /doc/filters.texi | |
parent | 11e5d3b9cf5e9f92d683bc4b2a406f2fb4702cb0 (diff) | |
download | ffmpeg-f65600d5196df5dda1e4a0f583bee60f5170b413.tar.gz |
drawtext: use new public timecode API.
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 7d008bc736..c6bcf0bdcd 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1302,8 +1302,6 @@ timestamp expressed in seconds, NAN if the input timestamp is unknown @item timecode initial timecode representation in "hh:mm:ss[:;.]ff" format. It can be used with or without text parameter. @var{rate} option must be specified. -Note that timecode options are @emph{not} effective if FFmpeg is build with -@code{--disable-avcodec}. @item r, rate frame rate (timecode only) |