diff options
author | Anton Khirnov <anton@khirnov.net> | 2014-02-19 12:00:03 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-03-24 06:07:50 +0100 |
commit | 0e2c3ee9a335d8a0a5edf0509e222e804d7b2619 (patch) | |
tree | e619cc66ad731d9dfb7dce11147d8183ef7df98d /doc | |
parent | 54f7881615a5ce2f89283e7ac2015b8ef141537c (diff) | |
download | ffmpeg-0e2c3ee9a335d8a0a5edf0509e222e804d7b2619.tar.gz |
lavc: give a typedeffed name to the AVPacket.side_data struct
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 38d18bc826..cfa3068c6d 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,10 @@ libavutil: 2013-12-xx API changes, most recent first: +2014-02-xx - xxxxxxx - lavc 55.35.0 - avcodec.h + Give the name AVPacketSideData to the previously anonymous struct used for + AVPacket.side_data. + 2014-xx-xx - xxxxxxx - lavu 53.06.0 - pixfmt.h Add RGBA64 pixel format and variants. |