summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-07-26 23:26:42 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-07-26 23:26:42 +0000
commitfa8ead003287428bb16b246c77e77e91fd4bba23 (patch)
treebe1e0c75cc4fc3681698ae73f71e0eb5760c9ad0 /doc
parentea35e3c61eea83a55c4b947f46143e0eb8ac5dd4 (diff)
Add an APIchanges entry for the libavcore/parseutils.{h,c} addition of
r24518. Originally committed as revision 24525 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 02b528e5ba..b9de6d1789 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,12 @@ libavutil: 2009-03-08
API changes, most recent first:
+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
+ av_parse_video_size() and av_parse_video_rate() declared in
+ libavcore/parseutils.h.
+
2010-07-23 - r24439 - lavu 50.23.0 - mathematics.h
Add the M_PHI constant definition.