From 6fd15d6e90b1da03868d2ece0eb88771bfeb6487 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 5 Jun 2015 20:06:32 +0200 Subject: [PATCH] Revert addition of a few fixed_dsp functions to APIChanges The header is not installed currently so the changes should not be in APIChanges Found-by: Ronald S. Bultje and others This reverts part of commit 19ed3e35a5cd188de69f3635f56d9e51c2f720d5. --- doc/APIchanges | 7 ------- 1 file changed, 7 deletions(-) diff --git a/doc/APIchanges b/doc/APIchanges index 6724d203e4..5c36dca285 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,13 +15,6 @@ 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()