diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2015-05-24 14:19:57 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-05-26 18:31:53 +0200 |
commit | 1fb9b2a2832444935c4c2fd5679266b0629d1bfd (patch) | |
tree | 9baac009633492f6c6b4d2e587ee7a7723d5b3b4 /doc/APIchanges | |
parent | 894d8cf418aafc5f6dd697f57e24f3e96b6af2f3 (diff) | |
download | ffmpeg-1fb9b2a2832444935c4c2fd5679266b0629d1bfd.tar.gz |
avutil: Add av_q2intfloat()
This function allows writing AVRationals as IEEE floats without the need
of platform dependant float operations
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 3cca3890cb..b0c69dcdb0 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2014-08-09 API changes, most recent first: +2015-05-26 - xxxxxxx - lavu 54.25.100 - rational.h + Add av_q2intfloat(). + 2015-05-13 - xxxxxxx - lavc 56.39.100 / 56.23.0 Add av_vda_default_init2. |