diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-07-29 23:58:04 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-07-29 23:58:04 +0000 |
commit | 3dec10cded6d51e392da67a9136d490324104d18 (patch) | |
tree | c0a27e0c441ca00897e532786a702c24d7b2e91a | |
parent | e7bd48a6aef974ec694447cf5244f6b031b61fce (diff) | |
download | ffmpeg-3dec10cded6d51e392da67a9136d490324104d18.tar.gz |
Add APIchanges entry for the libavcore/imgutils.h addition.
Originally committed as revision 24584 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index b9de6d1789..5cc826b0d5 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,10 @@ libavutil: 2009-03-08 API changes, most recent first: +2010-07-29 - r24583 - lavcore 0.2.0 - imgutils.h + Add functions av_fill_image_linesizes() and + av_fill_image_pointers(), declared in libavcore/imgutils.h. + 2010-07-27 - r24518 - lavcore 0.1.0 - parseutils.h Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate() defined in libavcodec in favor of the newly added functions |