Author: cmcq Date: Fri Jul 31 16:36:17 2009 New Revision: 4867 Log: qcelp_lsp.c is purely arithmetic and does not need any headers
Modified: amr/amr-ffmpeg.diff Modified: amr/amr-ffmpeg.diff ============================================================================== --- amr/amr-ffmpeg.diff Fri Jul 31 16:11:38 2009 (r4866) +++ amr/amr-ffmpeg.diff Fri Jul 31 16:36:17 2009 (r4867) @@ -214,3 +214,16 @@ Index: libavcodec/acelp_vectors.h + const int length); + #endif /* AVCODEC_ACELP_VECTORS_H */ +Index: libavcodec/qcelp_lsp.c +=================================================================== +--- libavcodec/qcelp_lsp.c (revision 19401) ++++ libavcodec/qcelp_lsp.c (working copy) +@@ -27,8 +27,6 @@ + * @remark Development mentored by Benjamin Larson + */ + +-#include "libavutil/mathematics.h" +- + /** + * Computes the Pa / (1 + z(-1)) or Qa / (1 - z(-1)) coefficients + * needed for LSP to LPC conversion. _______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
