From d22e9795e667b7d6fb71e54ea089c2e24d83fbc5 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Thu, 9 Dec 2010 17:34:44 +0000 Subject: [PATCH] Fix typo. Originally committed as revision 25924 to svn://svn.ffmpeg.org/ffmpeg/trunk --- doc/APIchanges | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/APIchanges b/doc/APIchanges index fb5194f4f5..98682a0319 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -24,7 +24,7 @@ API changes, most recent first: Deprecate avcodec_pix_fmt_string() in favor of pixdesc.h/av_get_pix_fmt_string(). -2010-12-04 - r25878 - lavcore 1.15.0 - av_image_alloc() +2010-12-04 - r25878 - lavcore 0.15.0 - av_image_alloc() Add av_image_alloc() to libavcore/imgutils.h. 2010-12-02 - r25862 - lavfi 1.67.0 - avfilter_graph_create_filter()