diff options
author | Anton Khirnov <anton@khirnov.net> | 2014-04-29 15:06:45 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-06-01 08:26:43 +0200 |
commit | 0957b274e312e985d69cb490bee2a7ff820acaa6 (patch) | |
tree | 3c299d8ab7cee48d9e8fe187529cde33b38fa0de /doc | |
parent | eb800f120d2d42590fde2302fe828c847e41e773 (diff) | |
download | ffmpeg-streaming-0957b274e312e985d69cb490bee2a7ff820acaa6.zip ffmpeg-streaming-0957b274e312e985d69cb490bee2a7ff820acaa6.tar.gz |
lavc: add an option to enable side data-only packets during encoding
Some encoders (e.g. flac) need to send side data when there is no more
data to be output. This enables them to output a packet with no data in
it, only side data.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 367f8e1..952ee51 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,11 @@ libavutil: 2013-12-xx API changes, most recent first: +2014-04-xx - xxxxxxx - lavc 55.54.0 - avcodec.h + Add AVCodecContext.side_data_only_packets to allow encoders to output packets + with only side data. This option may become mandatory in the future, so all + users are recommended to update their code and enable this option. + 2014-xx-xx - xxxxxxx - lavu 53.16.0 - frame.h, pixfmt.h Move all color-related enums (AVColorPrimaries, AVColorSpace, AVColorRange, AVColorTransferCharacteristic, and AVChromaLocation) inside lavu. |