diff options
author | Anton Khirnov <anton@khirnov.net> | 2020-04-07 16:41:48 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2020-04-10 13:54:03 +0200 |
commit | 9875fd24ce585497b26d8b7a3d87143b3e80a6ca (patch) | |
tree | fd19d011c7ec29e755c97db23902d68aa96bb4e5 /doc/APIchanges | |
parent | f1e3e9e2042a77891d8a75ef501f95b9b820da11 (diff) | |
download | ffmpeg-9875fd24ce585497b26d8b7a3d87143b3e80a6ca.tar.gz |
avcodec.h: split AVPacket API into its own header
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 f1d7eac2ee..1b301bc20b 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2017-10-21 API changes, most recent first: +2020-xx-xx - xxxxxxxxxx - lavc 58.78.100 - avcodec.h packet.h + Move AVPacket-related public API to new header packet.h. + 2020-03-29 - xxxxxxxxxx - lavf 58.42.100 - avformat.h av_read_frame() now guarantees to handle uninitialized input packets and to return refcounted packets on success. |