Add avsubtitle_free function.

Originally committed as revision 24185 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Reimar Döffinger
2010-07-11 07:35:00 +00:00
parent c426562cbf
commit e1d7c8831c
4 changed files with 36 additions and 14 deletions

View File

@ -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().