From f3a30e3a9c87a2d8350c4d8d2387be18dbd1cf02 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Sun, 25 Jun 2006 17:37:12 +0000 Subject: cleanup patch from Diego Pettenò MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Originally committed as revision 5526 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/adx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/adx.c') diff --git a/libavcodec/adx.c b/libavcodec/adx.c index c841e4eb8c..fb91f652cf 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; -- cgit v1.2.3