Commit 19ed3e35 authored by Nedeljko Babic's avatar Nedeljko Babic Committed by Michael Niedermayer

libavutil/doc: Changes in documentation due to changes to fixed_dsp

New functions are added to fixed_dsp, so the documentation is changed
accordingly.
Signed-off-by: 's avatarNedeljko Babic <nedeljko.babic@imgtec.com>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 904ea60a
......@@ -15,6 +15,13 @@ libavutil: 2014-08-09
API changes, most recent first:
2015-06-05 - xxxxxxx - lavu 54.27.100 - fixed_dsp.h
Add vector_fmul()
Add vector_fmul_reverse()
Add vector_fmul_add()
Add scalarproduct_fixed()
Add butterflies_fixed()
2015-06-04 - xxxxxxx - lswr 1.2.100
Add swr_get_out_samples()
......
......@@ -56,8 +56,8 @@
*/
#define LIBAVUTIL_VERSION_MAJOR 54
#define LIBAVUTIL_VERSION_MINOR 26
#define LIBAVUTIL_VERSION_MICRO 101
#define LIBAVUTIL_VERSION_MINOR 27
#define LIBAVUTIL_VERSION_MICRO 100
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
LIBAVUTIL_VERSION_MINOR, \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment