diff aiff.c @ 1481:08322a7e3804 libavformat

make some symbols static
author mru
date Sat, 11 Nov 2006 20:56:36 +0000
parents 3b00fb8ef8e4
children 2a85c82b8538
line wrap: on
line diff
--- a/aiff.c	Sat Nov 11 19:47:58 2006 +0000
+++ b/aiff.c	Sat Nov 11 20:56:36 2006 +0000
@@ -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') },