diff options
author | James Almer <jamrial@gmail.com> | 2020-02-02 19:12:08 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2020-02-22 23:19:07 -0300 |
commit | d005a7cdfd8762d436dc5d3ec12bab4f96781c4f (patch) | |
tree | 315e6cddf141a09b0af26cbd301976a5cf46027b /doc | |
parent | c6666894914ba8be1193ed81e9b6b737c68c29b6 (diff) | |
download | ffmpeg-d005a7cdfd8762d436dc5d3ec12bab4f96781c4f.tar.gz |
avcodec: add an AVCodecContext flag to export PRFT side data on demand
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 3 | ||||
-rw-r--r-- | doc/codecs.texi | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index aba4f5fd7a..5bfb0a654e 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2017-10-21 API changes, most recent first: +2020-02-21 - xxxxxxxxxx - lavc 58.73.101 - avcodec.h + Add AV_CODEC_EXPORT_DATA_PRFT. + 2020-02-21 - xxxxxxxxxx - lavc 58.73.100 - avcodec.h Add AVCodecContext.export_side_data and AV_CODEC_EXPORT_DATA_MVS. diff --git a/doc/codecs.texi b/doc/codecs.texi index 62090b3d51..2112ce5f46 100644 --- a/doc/codecs.texi +++ b/doc/codecs.texi @@ -795,6 +795,9 @@ Possible values: @item mvs Export motion vectors into frame side-data (see @code{AV_FRAME_DATA_MOTION_VECTORS}) for codecs that support it. See also @file{doc/examples/export_mvs.c}. +@item prft +Export encoder Producer Reference Time into packet side-data (see @code{AV_PKT_DATA_PRFT}) +for codecs that support it. @end table @item error @var{integer} (@emph{encoding,video}) |