Document added functions.

Originally committed as revision 25783 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Reimar Döffinger 2010-11-21 11:38:08 +00:00
parent fa8cc12650
commit e58d0392c5
1 changed files with 6 additions and 0 deletions

View File

@ -13,6 +13,12 @@ libavutil: 2009-03-08
API changes, most recent first:
2010-11-21 - r25777 - lavf 52.85.0 - avformat.h
Add av_append_packet().
2010-11-21 - r25776 - lavc 52.97.0 - avcodec.h
Add av_grow_packet().
2010-11-17 - r25761 - lavcore 0.13.0 - parseutils.h
Add av_parse_color() declared in libavcore/parseutils.h.