[FFmpeg-devel] [PATCH 1/3] Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.
Justin Ruggles
justin.ruggles
Fri Jan 21 01:11:44 CET 2011
---
libavcodec/alacenc.c | 14 +++++++-------
libavcodec/dsputil.c | 4 ----
libavcodec/dsputil.h | 2 --
libavcodec/flacenc.c | 7 +++----
libavcodec/lpc.c | 13 ++++++++++---
libavcodec/lpc.h | 24 +++++++++++++++++++++---
libavcodec/ra144.h | 4 ++--
libavcodec/ra144enc.c | 5 ++---
libavcodec/x86/dsputil_mmx.h | 3 ---
libavcodec/x86/dsputilenc_mmx.c | 4 ----
libavcodec/x86/lpc_mmx.c | 14 ++++++++++++--
11 files changed, 57 insertions(+), 37 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Move-lpc_compute_autocorr-from-DSPContext-to-a-new-s.patch
Type: text/x-patch
Size: 11507 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20110120/3148bb23/attachment.bin>
More information about the ffmpeg-devel
mailing list