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>
(cherry picked from commit 8b933129b9
)
Conflicts:
doc/APIchanges
Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:

committed by
Reinhard Tartler

parent
083a8a0037
commit
a1556d37b8
@@ -13,6 +13,10 @@ libavutil: 2011-04-18
|
|||||||
|
|
||||||
API changes, most recent first:
|
API changes, most recent first:
|
||||||
|
|
||||||
|
2012-02-29 - xxxxxxx - lavu 51.22.0 - intfloat.h
|
||||||
|
Add a new installed header libavutil/intfloat.h with int/float punning
|
||||||
|
functions.
|
||||||
|
|
||||||
2012-02-17 - xxxxxxx - lavc 53.35.0
|
2012-02-17 - xxxxxxx - lavc 53.35.0
|
||||||
Add avcodec_is_open() function.
|
Add avcodec_is_open() function.
|
||||||
|
|
||||||
|
@@ -17,6 +17,7 @@ HEADERS = adler32.h \
|
|||||||
fifo.h \
|
fifo.h \
|
||||||
file.h \
|
file.h \
|
||||||
imgutils.h \
|
imgutils.h \
|
||||||
|
intfloat.h \
|
||||||
intfloat_readwrite.h \
|
intfloat_readwrite.h \
|
||||||
intreadwrite.h \
|
intreadwrite.h \
|
||||||
lfg.h \
|
lfg.h \
|
||||||
|
@@ -154,7 +154,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define LIBAVUTIL_VERSION_MAJOR 51
|
#define LIBAVUTIL_VERSION_MAJOR 51
|
||||||
#define LIBAVUTIL_VERSION_MINOR 21
|
#define LIBAVUTIL_VERSION_MINOR 22
|
||||||
#define LIBAVUTIL_VERSION_MICRO 0
|
#define LIBAVUTIL_VERSION_MICRO 0
|
||||||
|
|
||||||
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
|
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
|
||||||
|
Reference in New Issue
Block a user