[SCM] libav/experimental: 10l: fix ff_fft_init_arm() prototype

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:51:11 UTC 2013


The following commit has been merged in the experimental branch:
commit 68336ea8d4874d6d04fd300b897ea567f49bc8c4
Author: Måns Rullgård <mans at mansr.com>
Date:   Tue Sep 15 23:14:55 2009 +0000

    10l: fix ff_fft_init_arm() prototype
    
    Originally committed as revision 19865 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h
index d100d5f..d9d7d16 100644
--- a/libavcodec/dsputil.h
+++ b/libavcodec/dsputil.h
@@ -699,7 +699,7 @@ void ff_fft_calc_c(FFTContext *s, FFTComplex *z);
 
 void ff_fft_init_altivec(FFTContext *s);
 void ff_fft_init_mmx(FFTContext *s);
-void ff_fft_init_neon(FFTContext *s);
+void ff_fft_init_arm(FFTContext *s);
 
 /**
  * Do the permutation needed BEFORE calling ff_fft_calc().

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list