diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-12-09 17:34:44 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-12-09 17:34:44 +0000 |
commit | d22e9795e667b7d6fb71e54ea089c2e24d83fbc5 (patch) | |
tree | e7e8fcf6966fc9d0be7dea5f7f018d666f7cf799 /doc/APIchanges | |
parent | c61cdd0afb32fb6ea52d5f036d264d124e5cda7c (diff) | |
download | ffmpeg-d22e9795e667b7d6fb71e54ea089c2e24d83fbc5.tar.gz |
Fix typo.
Originally committed as revision 25924 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 2 |
1 files changed, 1 insertions, 1 deletions
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() |