diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2010-03-03 17:31:24 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2010-03-03 17:31:24 +0000 |
commit | 4b83fc0fe414dc7959a5511fcdce320ad90ac7ba (patch) | |
tree | 649182f9e748b1e89ee8ca694bb0a1be09972e3c /doc | |
parent | 1f6d0d42c53cde5e33e92c4529b774c256157f89 (diff) | |
download | ffmpeg-4b83fc0fe414dc7959a5511fcdce320ad90ac7ba.tar.gz |
Plug memory leak in NUT muxer and demuxer
Originally committed as revision 22174 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 957096ab29..e001265b63 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -12,6 +12,9 @@ libavutil: 2009-03-08 API changes, most recent first: +2010-03-03 - r22174 - lavu 50.10.0 - av_tree_enumerate() + Add av_tree_enumerate(). + 2010-02-07 - r21673 - lavu 50.9.0 - av_compare_ts() Add av_compare_ts(). |