summaryrefslogtreecommitdiffstats
path: root/libavcodec/adx.c
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2006-06-25 17:37:12 +0000
committerLuca Barbato <lu_zero@gentoo.org>2006-06-25 17:37:12 +0000
commitf3a30e3a9c87a2d8350c4d8d2387be18dbd1cf02 (patch)
treeb1e891db6479e13f5caaeaf2af9c4877a30885ab /libavcodec/adx.c
parent521f258701c6e7f60a10ec73ea7e68d060b9ddb2 (diff)
downloadffmpeg-streaming-f3a30e3a9c87a2d8350c4d8d2387be18dbd1cf02.zip
ffmpeg-streaming-f3a30e3a9c87a2d8350c4d8d2387be18dbd1cf02.tar.gz
cleanup patch from Diego Pettenò <flameeyes@gentoo.org>
Originally committed as revision 5526 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/adx.c')
-rw-r--r--libavcodec/adx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/adx.c b/libavcodec/adx.c
index c841e4e..fb91f65 100644
--- a/libavcodec/adx.c
+++ b/libavcodec/adx.c
@@ -267,7 +267,7 @@ static uint32_t read_long(const unsigned char *p)
return (p[0]<<24)|(p[1]<<16)|(p[2]<<8)|p[3];
}
-int is_adx(const unsigned char *buf,size_t bufsize)
+static int is_adx(const unsigned char *buf,size_t bufsize)
{
int offset;
OpenPOWER on IntegriCloud