diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-10-10 22:30:21 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-10-10 22:30:21 +0000 |
commit | 7761129540d2655d22039de75624fe8bdbed19ab (patch) | |
tree | f19fb029f8b3bfe91f4249330554788595faca4a /doc | |
parent | 47453c0e377badaf6b57396903bfecb4bad4d403 (diff) | |
download | ffmpeg-7761129540d2655d22039de75624fe8bdbed19ab.tar.gz |
Add APIchanges entry after r25441.
Originally committed as revision 25443 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 81fd08d271..4155d32df9 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2009-03-08 API changes, most recent first: +2010-10-10 - r25441 - lavfi 1.49.0 - AVFilterLink.time_base + Add time_base field to AVFilterLink. + 2010-09-27 - r25236 - lavu 50.31.0 - av_set_options_string() Move av_set_options_string() from libavfilter/parseutils.h to libavutil/opt.h. |