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>
This commit is contained in:
Michael Niedermayer
2015-05-24 14:19:57 +02:00
parent 894d8cf418
commit 1fb9b2a283
4 changed files with 59 additions and 1 deletions
+3
View File
@@ -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.