[FFmpeg-devel] [PATCH 2/2] Move MDCT function pointers to MDCTContext
Måns Rullgård
mans
Sun Sep 20 19:31:53 CEST 2009
Michael Niedermayer <michaelni at gmx.at> writes:
> On Fri, Sep 18, 2009 at 08:58:20PM +0100, M?ns Rullg?rd wrote:
>> M?ns Rullg?rd <mans at mansr.com> writes:
>>
>> Loren suggested merging the two structs instead. The attached patch
>> does that. Is this more palatable?
>>
>> aac.h | 4 ++--
>> aacenc.h | 4 ++--
>> ac3dec.h | 4 ++--
>> arm/fft_init_arm.c | 6 +++---
>> arm/mdct_neon.S | 34 ++++++++++++++++------------------
>> atrac1.c | 4 ++--
>> atrac3.c | 2 +-
>> cook.c | 2 +-
>> dca.c | 2 +-
>> dsputil.h | 44 +++++++++++++++++++-------------------------
>> fft-test.c | 2 +-
>> mdct.c | 32 ++++++++++++++++----------------
>> nellymoserdec.c | 2 +-
>> nellymoserenc.c | 2 +-
>> twinvq.c | 2 +-
>> vorbis_dec.c | 2 +-
>> vorbis_enc.c | 2 +-
>> wma.h | 2 +-
>> wmaprodec.c | 2 +-
>> x86/fft.h | 12 ++++++------
>> x86/fft_3dn2.c | 12 ++++++------
>> x86/fft_sse.c | 12 ++++++------
>> 22 files changed, 91 insertions(+), 99 deletions(-)
>> 54a369c6092560b4512b1471baf16fa98b11998c 0001-Merge-FFTContext-and-MDCTContext.patch
>> >From d9055e37652d6f53e4aac697ccd1bdbadf534cbb Mon Sep 17 00:00:00 2001
>> From: Mans Rullgard <mans at mansr.com>
>> Date: Fri, 18 Sep 2009 20:50:35 +0100
>> Subject: [PATCH] Merge FFTContext and MDCTContext
>
> ok, if the other devels agree
Nobody objected, so I've committed it.
--
M?ns Rullg?rd
mans at mansr.com
More information about the ffmpeg-devel
mailing list