diff options
author | Lynne <dev@lynne.ee> | 2021-01-23 19:56:18 +0100 |
---|---|---|
committer | Lynne <dev@lynne.ee> | 2021-08-02 14:30:52 +0200 |
commit | a1a0fddfd05c1dd0c03e5aa4d51baedad59fa117 (patch) | |
tree | b7afb886c06165f2a0de852ee4a9ecee3942f278 /doc/APIchanges | |
parent | a27853a7300bb3c2752256b2fc02f2439619f6f8 (diff) | |
download | ffmpeg-a1a0fddfd05c1dd0c03e5aa4d51baedad59fa117.tar.gz |
avpacket: ABI bump additions
This commit adds a long-requested by API users opaque fields for
AVPacket, as well as a time_base field.
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index cd1902179f..6eefc7fc33 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -14,6 +14,9 @@ libavutil: 2021-04-27 API changes, most recent first: +2021-08-02 - xxxxxxxxxx - lavc 59.4.100 - packet.h + Add AVPacket.opaque, AVPacket.opaque_ref, AVPacket.time_base. + 2021-07-23 - xxxxxxxxxx - lavu 57.3.100 - common.h macros.h Move several macros (AV_NE, FFDIFFSIGN, FFMAX, FFMAX3, FFMIN, FFMIN3, FFSWAP, FF_ARRAY_ELEMS, MKTAG, MKBETAG) from common.h to macros.h. |