[FFmpeg-cvslog] Use av_restrict instead of restrict in libavcodec/opus_celt.c.

Carl Eugen Hoyos git at videolan.org
Fri May 16 00:44:28 CEST 2014


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Fri May 16 00:43:54 2014 +0200| [30aeab29e468926599e953235a75f84c50bdb499] | committer: Carl Eugen Hoyos

Use av_restrict instead of restrict in libavcodec/opus_celt.c.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=30aeab29e468926599e953235a75f84c50bdb499
---

 libavcodec/opus_celt.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/opus_celt.c b/libavcodec/opus_celt.c
index 26d1539..c3830a0 100644
--- a/libavcodec/opus_celt.c
+++ b/libavcodec/opus_celt.c
@@ -991,7 +991,7 @@ static inline int celt_pulses2bits(const uint8_t *cache, int pulses)
    return (pulses == 0) ? 0 : cache[pulses] + 1;
 }
 
-static inline void celt_normalize_residual(const int * restrict iy, float * restrict X,
+static inline void celt_normalize_residual(const int * av_restrict iy, float * av_restrict X,
                                            int N, float g)
 {
     int i;



More information about the ffmpeg-cvslog mailing list