[FFmpeg-devel] [PATCH 1/3] Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.

Måns Rullgård mans
Fri Jan 21 01:59:06 CET 2011


Justin Ruggles <justin.ruggles at gmail.com> writes:

> ---
>  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(-)

All three patches look good.  However, some struct offsets used in ARM
asm need updating.  I'll figure out the new values and apply tomorrow.

-- 
M?ns Rullg?rd
mans at mansr.com



More information about the ffmpeg-devel mailing list