diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-04-29 13:12:39 +0200 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-05-01 13:10:18 +0200 |
commit | 35fe66abbc9a6d151cedbc8d0261dc007aa71fe2 (patch) | |
tree | 19560da3923fa463a4b674bebecbbedc6f0e340a /doc/APIchanges | |
parent | 77e9dee8aefa3fca75984226f66bf004bb8f9e13 (diff) | |
download | ffmpeg-35fe66abbc9a6d151cedbc8d0261dc007aa71fe2.tar.gz |
lavfi: rename AVFilterBufferRefVideoProps.pixel_aspect to sample_aspect_ratio
Improve consistency with libavcodec.
This breaks libavfilter API/ABI.
The non-sequential 2.1.0 -> 2.4.0 bump is due to the mess previously
done with the lavfi minor number.
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 42e654f75c..ab91c24328 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,10 @@ libavutil: 2011-04-18 API changes, most recent first: +2011-05-01 - xxxxxxx - lavfi 2.4.0 - avfilter.h + Rename AVFilterBufferRefVideoProps.pixel_aspect to + sample_aspect_ratio. + 2011-05-01 - xxxxxxx - lavc 53.3.0 - AVFrame Add a sample_aspect_ratio field to AVFrame. |