diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2009-04-30 12:08:35 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2009-04-30 12:08:35 +0000 |
commit | 52bcc8e13c0305c6d1f05f1b95ab5965cc3ca81c (patch) | |
tree | df559c568226c7d5caf96ccd9134dc9969c0354a | |
parent | ce1d9c851cf73d33a99562a9d4ddb435fbc73228 (diff) | |
download | ffmpeg-52bcc8e13c0305c6d1f05f1b95ab5965cc3ca81c.tar.gz |
Document change in r18719.
Originally committed as revision 18720 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index f6302d3f81..c6e0a3bf67 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -12,6 +12,9 @@ libavutil: 2009-03-08 API changes, most recent first: +2009-04-30 - r18719 - lavc 52.28.0 - av_free_packet + av_free_packet() is no longer an inline function. It is now exported. + 2009-04-11 - r18431 - lavc 52.25.0 - deprecate av_destruct_packet_nofree Please use NULL instead. This has been supported since r16506 (lavf > 52.23.1, lavc > 52.10.0). |