avpacket: ABI bump additions

This commit adds a long-requested by API users opaque fields for
AVPacket, as well as a time_base field.
This commit is contained in:
Lynne
2021-01-23 19:56:18 +01:00
parent a27853a730
commit a1a0fddfd0
4 changed files with 41 additions and 4 deletions

View File

@@ -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.