summaryrefslogtreecommitdiff
path: root/libavformat/aiff.c
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2006-11-11 20:56:36 +0000
committerMåns Rullgård <mans@mansr.com>2006-11-11 20:56:36 +0000
commit1ed1a122a7cc2edcda8425f28f90a23640c557e7 (patch)
tree9a95a44ca019b576a0b76d58a368386858cab7e9 /libavformat/aiff.c
parent8e981daf2b0339643be1e2d3003faf6414e752d8 (diff)
make some symbols static
Originally committed as revision 6973 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/aiff.c')
-rw-r--r--libavformat/aiff.c2
1 files changed, 1 insertions, 1 deletions
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') },