diff options
author | Anssi Hannula <anssi.hannula@iki.fi> | 2011-02-14 17:50:08 +0000 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-02-14 23:59:27 +0000 |
commit | 77c330a046d668373cbd9542f3e1d4746916b02f (patch) | |
tree | 6753521f9d7445af8edc9c473b695e46df2f0897 /doc | |
parent | 2dd1ee4bfe85f41b771bf8fe1c2cfa2d833b5de3 (diff) | |
download | ffmpeg-77c330a046d668373cbd9542f3e1d4746916b02f.tar.gz |
APIchanges: update for 12c14cd
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 0f328287f5..74c642f2b2 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -19,6 +19,9 @@ 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-10 - 12c14cd - lavf 52.99.0 - AVStream.disposition + Add AV_DISPOSITION_HEARING_IMPAIRED and AV_DISPOSITION_VISUAL_IMPAIRED. + 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. |