summaryrefslogtreecommitdiff
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2010-07-11 07:35:00 +0000
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2010-07-11 07:35:00 +0000
commite1d7c8831cf6dddddb8e151a673e89016d7b10db (patch)
tree49852530bc45ea8d3acd66d8850c33c602caf93c /doc/APIchanges
parentc426562cbfbe24f3b37ba98b80c128dbcc1b7cc8 (diff)
Add avsubtitle_free function.
Originally committed as revision 24185 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 43b8788c48..fe0789d25a 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -12,6 +12,10 @@ libavutil: 2009-03-08
API changes, most recent first:
+2010-07-11 - r24185 - lavc 52.82.0 - avsubtitle_free()
+ Add a function for free the contents of a AVSubtitle generated by
+ avcodec_decode_subtitle.
+
2010-07-08 - r24101 - lavu 50.21.0 - pixdesc.h
Rename read/write_line() to av_read/write_image_line().