[SCM] libav/experimental: warning fix
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 15:40:47 UTC 2013
The following commit has been merged in the experimental branch:
commit 491c4a1005fe0d8e2d687140a6e92822af3fa373
Author: Alex Beregszaszi <alex at rtfs.hu>
Date: Sat Jun 26 10:09:58 2004 +0000
warning fix
Originally committed as revision 3258 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavcodec/mpegaudiodec.c b/libavcodec/mpegaudiodec.c
index f9cb389..4199691 100644
--- a/libavcodec/mpegaudiodec.c
+++ b/libavcodec/mpegaudiodec.c
@@ -856,7 +856,7 @@ static void synth_filter(MPADecodeContext *s1,
{
int32_t tmp[32];
register MPA_INT *synth_buf;
- const register MPA_INT *w, *w2, *p;
+ register const MPA_INT *w, *w2, *p;
int j, offset, v;
int16_t *samples2;
#if FRAC_BITS <= 15
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list