summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@normalesup.org>2011-07-01 10:09:04 +0200
committerNicolas George <nicolas.george@normalesup.org>2011-07-01 11:11:48 +0200
commit518d8d436566e6260d73346cd999ff69eeb94e49 (patch)
tree480d7bfed938be67bbae8494e32312386a8a75e6 /doc
parentcb7e3202eca057b814865e876c6cd5abf5c097dc (diff)
lavf: bump minor and add APIchanges entry for av_get_output_timestamp
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 6860b57e2b..52d700189b 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,9 @@ libavutil: 2011-04-18
API changes, most recent first:
+2011-07-01 - b442ca6 - lavf 53.5.0 - avformat.h
+ Add function av_get_output_timestamp().
+
2011-06-28 - 5129336 - lavu 51.11.0 - avutil.h
Define the AV_PICTURE_TYPE_NONE value in AVPictureType enum.