diff options
author | Paul B Mahol <onemda@gmail.com> | 2012-01-29 20:09:22 +0000 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-01-30 07:41:31 +0100 |
commit | 8b933129b932f523a746e921a0a20b8dd8816971 (patch) | |
tree | cc17060d24d431408a3e608ed52f3984609c4611 /doc/APIchanges | |
parent | 420df8b7c414cfd0cae29930344889651825f9d0 (diff) | |
download | ffmpeg-8b933129b932f523a746e921a0a20b8dd8816971.tar.gz |
avutil: make intfloat api public
The functions are already av_ prefixed and intfloat header is already provided.
Install libavutil/intfloat.h
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 7cac096a3c..39f1a3eed4 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,10 @@ libavutil: 2011-04-18 API changes, most recent first: +2012-01-30 - xxxxxxx - lavu 51.22.0 - intfloat.h + Add a new installed header libavutil/intfloat.h with int/float punning + functions. + 2012-01-25 - lavf 53.22.0 f1caf01 Allow doing av_write_frame(ctx, NULL) for flushing possible buffered data within a muxer. Added AVFMT_ALLOW_FLUSH for |