From 1ed1a122a7cc2edcda8425f28f90a23640c557e7 Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Sat, 11 Nov 2006 20:56:36 +0000 Subject: make some symbols static Originally committed as revision 6973 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/aiff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/aiff.c') diff --git a/libavformat/aiff.c b/libavformat/aiff.c index 914c3a73b8..e4cf66c3b4 100644 --- a/libavformat/aiff.c +++ b/libavformat/aiff.c @@ -23,7 +23,7 @@ #include "riff.h" #include "intfloat_readwrite.h" -const CodecTag codec_aiff_tags[] = { +static const CodecTag codec_aiff_tags[] = { { CODEC_ID_PCM_S16BE, MKTAG('N','O','N','E') }, { CODEC_ID_PCM_S8, MKTAG('N','O','N','E') }, { CODEC_ID_PCM_S24BE, MKTAG('N','O','N','E') }, -- cgit v1.2.3