aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2010-11-17 22:58:28 +0000
committerAurelien Jacobs <aurel@gnuage.org>2010-11-17 22:58:28 +0000
commit0985e1a3ca52436741b95907d9d1c90a42f839b1 (patch)
tree7ffe8a500cf8e24d3a978c69d39b92c5163bb070 /doc
parent909865fdbe7225d6e9b4eb5da15028104a4a06da (diff)
downloadffmpeg-0985e1a3ca52436741b95907d9d1c90a42f839b1.tar.gz
move the av_parse_color() function from libavfilter to libavcore
Originally committed as revision 25761 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index b6806f8b5e..a506299b2d 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,9 @@ libavutil: 2009-03-08
API changes, most recent first:
+2010-11-17 - r25761 - lavcore 0.13.0 - parseutils.h
+ Add av_parse_color() declared in libavcore/parseutils.h.
+
2010-11-13 - r25745 - lavc 52.95.0 - AVCodecContext
Add AVCodecContext.subtitle_header and AVCodecContext.subtitle_header_size
fields.