diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-05-09 20:07:29 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-05-09 20:07:29 +0000 |
commit | fc25c04960f9d0b418bac18b4246e3881f2a6cfb (patch) | |
tree | fb6e75adbed1c9f24f94e2372e0c5a36afe338e2 /doc/APIchanges | |
parent | b6bc205155acb77e0e08b75609c644682aad9cef (diff) | |
download | ffmpeg-fc25c04960f9d0b418bac18b4246e3881f2a6cfb.tar.gz |
Add entry for AVFilterPicRef interlaced and top_field_first fields
addition.
Originally committed as revision 23067 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 eb1a93b32e..5503bdcc47 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -12,6 +12,9 @@ libavutil: 2009-03-08 API changes, most recent first: +2010-05-09 - r23066 - lavfi 1.20.0 - AVFilterPicRef + Add interlaced and top_field_first fields to AVFilterPicRef. + 2010-05-01 - r23002 - lavf 52.62.0 - probe function Add av_probe_input_format2 to API, it allows ignoring probe results below given score and returns the actual probe score. |