[FFmpeg-devel] [PATCH 1/4] Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.
Justin Ruggles
justin.ruggles
Thu Jan 20 03:22:31 CET 2011
---
libavcodec/alacenc.c | 14 +++++++-------
libavcodec/dsputil.c | 4 ----
libavcodec/dsputil.h | 2 --
libavcodec/flacenc.c | 7 +++----
libavcodec/lpc.c | 22 ++++++++++++++++++----
libavcodec/lpc.h | 30 +++++++++++++++++++++++++++---
libavcodec/ra144.h | 4 ++--
libavcodec/ra144enc.c | 5 ++---
libavcodec/x86/dsputilenc_mmx.c | 4 ----
libavcodec/x86/lpc_mmx.c | 10 ++++++++++
10 files changed, 69 insertions(+), 33 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: 11573 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20110119/5256f50a/attachment.bin>
More information about the ffmpeg-devel
mailing list