diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-01-31 18:51:47 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-01-31 21:32:06 +0100 |
commit | 14b171cd71f2b5f1cc66e4df89c2692f68ac098b (patch) | |
tree | d301b4b78e21e7399d0c9b9f4206e00b1b99578f /doc/APIchanges | |
parent | b482c001214fc519cf6be7802458bf8e441991b7 (diff) | |
download | ffmpeg-14b171cd71f2b5f1cc66e4df89c2692f68ac098b.tar.gz |
Add sample_aspect_ratio to AVFilterLink
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 aa1221df45..d6d5f85c08 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2009-03-08 API changes, most recent first: +2011-01-31 - X - lavfi 1.75.0 - AVFilterLink sample_aspect_ratio + Add sample_aspect_ratio field to AVFilterLink. + 2011-01-15 - r26374 - lavfi 1.74.0 - AVFilterBufferRefAudioProps Rename AVFilterBufferRefAudioProps.samples_nb to nb_samples. |