[FFmpeg-soc] [soc]: r5026 - amr/amr-ffmpeg.diff
cmcq
subversion at mplayerhq.hu
Mon Aug 10 10:55:02 CEST 2009
Author: cmcq
Date: Mon Aug 10 10:55:02 2009
New Revision: 5026
Log:
Unused definition in header
Modified:
amr/amr-ffmpeg.diff
Modified: amr/amr-ffmpeg.diff
==============================================================================
--- amr/amr-ffmpeg.diff Mon Aug 10 10:53:04 2009 (r5025)
+++ amr/amr-ffmpeg.diff Mon Aug 10 10:55:02 2009 (r5026)
@@ -74,7 +74,7 @@ Index: libavcodec/celp_filters.h
===================================================================
--- libavcodec/celp_filters.h (revision 19613)
+++ libavcodec/celp_filters.h (working copy)
-@@ -42,6 +42,37 @@
+@@ -42,6 +42,21 @@
int len);
/**
@@ -93,22 +93,6 @@ Index: libavcodec/celp_filters.h
+ const float *lagged, int lag, float fac, int n);
+
+/**
-+ * Circularly convolve fixed vector with a phase dispersion impulse
-+ * response filter (D.6.2 of G.729 and 6.1.5 of AMR).
-+ * @param fc_out vector with filter applied
-+ * @param fc_in source vector
-+ * @param filter phase filter coefficients
-+ *
-+ * fc_out[n] = sum(i,0,len-1){ fc_in[i] * filter[(len + n - i)%len] }
-+ *
-+ * \note fc_in and fc_out should not overlap!
-+ */
-+void ff_celp_convolve_circf(float* fc_out,
-+ const float* fc_in,
-+ const float* filter,
-+ int len);
-+
-+/**
* LP synthesis filter.
* @param out [out] pointer to output buffer
* @param filter_coeffs filter coefficients (-0x8000 <= (3.12) < 0x8000)
More information about the FFmpeg-soc
mailing list