diff options
author | Mans Rullgard <mans@mansr.com> | 2011-02-14 13:02:59 +0000 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-02-14 13:08:23 +0000 |
commit | 08a459f096106f13c03182eed4b7cb725dc4a0ae (patch) | |
tree | 46f28837fe83053f5d30bfb6aa336e158ad6a194 /doc | |
parent | 910b5b82e8429f2e478d8e2aaff5e522c8848b59 (diff) | |
download | ffmpeg-08a459f096106f13c03182eed4b7cb725dc4a0ae.tar.gz |
Update APIchanges for 910b5b8
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 741ac55a42..95f83c7272 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. |