Hi,

On Sun, Jan 20, 2013 at 1:30 AM, Luca Barbato <[email protected]> wrote:
> On 20/01/13 07:36, Ronald S. Bultje wrote:
>> From: "Ronald S. Bultje" <[email protected]>
>>
>> ---
>>  libavcodec/aacsbr.c                 | 10 +++++-----
>>  libavcodec/arm/dsputil_init_neon.c  |  3 ---
>>  libavcodec/arm/dsputil_neon.S       | 27 ---------------------------
>>  libavcodec/dsputil.c                |  7 -------
>>  libavcodec/dsputil.h                |  2 --
>>  libavcodec/ppc/float_altivec.c      | 25 -------------------------
>>  libavcodec/wmadec.c                 |  8 ++++----
>>  libavcodec/x86/dsputil.asm          | 28 ----------------------------
>>  libavcodec/x86/dsputil_mmx.c        |  7 -------
>>  libavutil/arm/float_dsp_init_neon.c |  4 ++++
>>  libavutil/arm/float_dsp_neon.S      | 27 +++++++++++++++++++++++++++
>>  libavutil/float_dsp.c               |  8 ++++++++
>>  libavutil/float_dsp.h               | 18 ++++++++++++++++++
>>  libavutil/ppc/float_dsp_altivec.c   | 24 ++++++++++++++++++++++++
>>  libavutil/ppc/float_dsp_altivec.h   |  4 ++++
>>  libavutil/ppc/float_dsp_init.c      |  1 +
>>  libavutil/x86/float_dsp.asm         | 28 ++++++++++++++++++++++++++++
>>  libavutil/x86/float_dsp_init.c      |  7 +++++++
>>  18 files changed, 130 insertions(+), 108 deletions(-)
>>
>
> For those wondering, it seems a rebase.

No, it moves the functions to the end of the files and struct, to
maintain ABI. The previous patch added it somewhere in the middle.

Ronald
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to