summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-02-14 13:02:59 +0000
committerMichael Niedermayer <michaelni@gmx.at>2011-02-14 23:59:55 +0100
commit30391c6b5c42cd54f04031e5b0fe517b08142274 (patch)
tree412fbef145e72e19bd10aa4912c626cc597b4995 /doc
parent9d375bf5ec19a1f2453863ebde743f697cb79aaf (diff)
Update APIchanges for 910b5b8
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 08a459f096106f13c03182eed4b7cb725dc4a0ae)
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 21e6db3f34..5cd08737d0 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,9 @@ libavutil: 2009-03-08
API changes, most recent first:
+2011-02-14 - 910b5b8 - lavfi 1.76.0 - AVFilterLink sample_aspect_ratio
+ Add sample_aspect_ratio field to AVFilterLink.
+
2011-02-09 - 5592734 - lavc 52.112.0 - avcodec_thread_init()
Deprecate avcodec_thread_init()/avcodec_thread_free() use; instead
set thread_count before calling avcodec_open.