From 1fb9b2a2832444935c4c2fd5679266b0629d1bfd Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 24 May 2015 14:19:57 +0200 Subject: 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 --- doc/APIchanges | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') 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. -- cgit v1.2.3