[FFmpeg-devel] [PATCH 2/2] Move array specifiers outside DECLARE_ALIGNED() invocations

Måns Rullgård mans
Thu Jan 21 18:30:33 CET 2010


Mans Rullgard <mans at mansr.com> writes:

> ---
>  ffplay.c                                   |    4 +-
>  libavcodec/4xm.c                           |    2 +-
>  libavcodec/aac.h                           |   10 ++--
>  libavcodec/aacenc.h                        |    6 +-
>  libavcodec/aactab.c                        |   16 ++++----
>  libavcodec/aactab.h                        |    4 +-
>  libavcodec/ac3dec.h                        |   12 +++---
>  libavcodec/asv1.c                          |    2 +-
>  libavcodec/atrac1.c                        |   20 +++++-----
>  libavcodec/atrac3.c                        |    6 +-
>  libavcodec/cavs.c                          |    2 +-
>  libavcodec/cook.c                          |    2 +-
>  libavcodec/dca.c                           |    6 +-
>  libavcodec/dct-test.c                      |   10 ++--
>  libavcodec/dnxhddec.c                      |    2 +-
>  libavcodec/dnxhdenc.c                      |    2 +-
>  libavcodec/dnxhdenc.h                      |    2 +-
>  libavcodec/dsputil.c                       |   16 ++++----
>  libavcodec/dsputil.h                       |   12 +++---
>  libavcodec/dv.c                            |    8 ++--
>  libavcodec/eamad.c                         |    2 +-
>  libavcodec/eatgq.c                         |    2 +-
>  libavcodec/eatqi.c                         |    2 +-
>  libavcodec/h264.h                          |   12 +++---
>  libavcodec/h264_cabac.c                    |    2 +-
>  libavcodec/h264_loopfilter.c               |    2 +-
>  libavcodec/imc.c                           |    4 +-
>  libavcodec/ituh263dec.c                    |    2 +-
>  libavcodec/mdec.c                          |    2 +-
>  libavcodec/mimic.c                         |    2 +-
>  libavcodec/mjpegdec.h                      |    2 +-
>  libavcodec/mpc.h                           |    4 +-
>  libavcodec/mpegaudio.h                     |    4 +-
>  libavcodec/mpegaudiodec.c                  |    2 +-
>  libavcodec/mpegvideo_enc.c                 |    2 +-
>  libavcodec/nellymoserdec.c                 |    4 +-
>  libavcodec/nellymoserenc.c                 |    6 +-
>  libavcodec/ppc/float_altivec.c             |    2 +-
>  libavcodec/ppc/gmc_altivec.c               |    2 +-
>  libavcodec/ppc/h264_altivec.c              |   58 ++++++++++++++--------------
>  libavcodec/ppc/h264_template_altivec.c     |    4 +-
>  libavcodec/qdm2.c                          |    6 +-
>  libavcodec/rtjpeg.h                        |    2 +-
>  libavcodec/rv34.h                          |    2 +-
>  libavcodec/sparc/simple_idct_vis.c         |   10 ++--
>  libavcodec/vorbis_data.c                   |   16 ++++----
>  libavcodec/vp3.c                           |    6 +-
>  libavcodec/vp56.h                          |    2 +-
>  libavcodec/wma.h                           |    8 ++--
>  libavcodec/wmaprodec.c                     |    4 +-
>  libavcodec/wmv2.h                          |    2 +-
>  libavcodec/x86/cavsdsp_mmx.c               |    2 +-
>  libavcodec/x86/dsputil_mmx.c               |   14 +++---
>  libavcodec/x86/dsputilenc_mmx.c            |    4 +-
>  libavcodec/x86/fft_3dn2.c                  |    2 +-
>  libavcodec/x86/fft_sse.c                   |    2 +-
>  libavcodec/x86/h264dsp_mmx.c               |   34 ++++++++--------
>  libavcodec/x86/idct_mmx_xvid.c             |    8 ++--
>  libavcodec/x86/idct_sse2_xvid.c            |   20 +++++-----
>  libavcodec/x86/motion_est_mmx.c            |    2 +-
>  libavcodec/x86/mpegvideo_mmx_template.c    |    2 +-
>  libavcodec/x86/rv40dsp_mmx.c               |    2 +-
>  libavcodec/x86/simple_idct_mmx.c           |    4 +-
>  libavcodec/x86/snowdsp_mmx.c               |    2 +-
>  libavcodec/x86/vc1dsp_mmx.c                |    2 +-
>  libavcodec/x86/vp3dsp_sse2.c               |    2 +-
>  libavutil/des.c                            |    8 ++--
>  libpostproc/postprocess_altivec_template.c |   12 +++---
>  libpostproc/postprocess_internal.h         |    4 +-
>  libpostproc/postprocess_template.c         |    2 +-
>  70 files changed, 226 insertions(+), 226 deletions(-)

Any philosophical objections to this?  Otherwise I'll apply it.  The
result after macro expansion should be unchanged.

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



More information about the ffmpeg-devel mailing list