diff options
author | Justin Ruggles | 2012-02-13 15:35:00 -0500 |
---|---|---|
committer | Justin Ruggles | 2012-02-20 15:08:40 -0500 |
commit | 0b42a9388c98c8669811d4e7e5da7240e6707a41 (patch) | |
tree | 97898f00de8874229f6ba8ff2e077ce221b6d513 /doc | |
parent | 0996f406c4d32858e00637206fff7c435b51488c (diff) |
avutil: add av_rescale_q_rnd() to allow different rounding
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 f962432651..ca521d41a5 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2011-04-18 API changes, most recent first: +2012-02-xx - xxxxxxx - lavu 51.23.1 - mathematics.h + Add av_rescale_q_rnd() + 2012-02-xx - xxxxxxx - lavu 51.22.1 - pixdesc.h Add PIX_FMT_PSEUDOPAL flag. |