diff options
author | Mans Rullgard <mans@mansr.com> | 2011-02-14 23:17:18 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-02-15 16:32:32 +0100 |
commit | 3c9fcab5548c6abe9126415afe3c96082eac9d82 (patch) | |
tree | 9bfd44604efaf39f2e5c388fa076c16c41ce5013 /doc/APIchanges | |
parent | 2ea7e1f011438ee180c6260c74fe3894327a21f2 (diff) | |
download | ffmpeg-3c9fcab5548c6abe9126415afe3c96082eac9d82.tar.gz |
apichanges: update for 24a83bd: add AV_DISPOSITION_CLEAN_EFFECTS flag
Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 935ee1b9bba3d2fa1bf0d48eef278956307478cb)
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 5cd08737d0..eee99d6212 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2009-03-08 API changes, most recent first: +2011-02-14 - 24a83bd - lavf 52.100.0 - AV_DISPOSITION_CLEAN_EFFECTS + Add AV_DISPOSITION_CLEAN_EFFECTS disposition flag. + 2011-02-14 - 910b5b8 - lavfi 1.76.0 - AVFilterLink sample_aspect_ratio Add sample_aspect_ratio field to AVFilterLink. |