diff options
author | Martin Storsjö <martin@martin.st> | 2012-02-28 01:08:31 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-03-01 16:08:30 +0200 |
commit | 442c1320e72a13d02c9c477aab7100ef910c33c7 (patch) | |
tree | d4627a94a9854a651c5821a66bc4e48a204546f2 /doc | |
parent | 5cd1337f5db49b4537d83ae2a8115a90d77e3a28 (diff) | |
download | ffmpeg-442c1320e72a13d02c9c477aab7100ef910c33c7.tar.gz |
avpacket: Add a function for shrinking already allocated side data
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index de57b2e69c..00cee5ad90 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -12,6 +12,9 @@ libavutil: 2011-04-18 API changes, most recent first: +2012-xx-xx - xxxxxxx - lavc 54.3.0 - avcodec.h + Add av_packet_shrink_side_data. + 2012-xx-xx - xxxxxxx - lavf 54.2.0 - avformat.h Add AVStream.attached_pic and AV_DISPOSITION_ATTACHED_PIC, used for dealing with attached pictures/cover art. |