diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-02-09 18:58:02 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-02-09 18:58:02 +0000 |
commit | fbef7a76441dec5568633dd2124694ff56a3dcf7 (patch) | |
tree | 33cecbfc8b2abbc45ae027455503bae9cab0ae3a /doc/APIchanges | |
parent | 41c2bd0a26545aa79b71000b75f2f2c5380361d3 (diff) | |
download | ffmpeg-fbef7a76441dec5568633dd2124694ff56a3dcf7.tar.gz |
Add an entry for the recently added av_compare_ts() function.
Originally committed as revision 21713 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 83e5101739..957096ab29 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -12,6 +12,9 @@ libavutil: 2009-03-08 API changes, most recent first: +2010-02-07 - r21673 - lavu 50.9.0 - av_compare_ts() + Add av_compare_ts(). + 2010-02-05 - r30513 - lsws 0.10.0 - sws_getCoefficients() Add sws_getCoefficients(). |