Mercurial > libavcodec.hg
diff raw.c @ 4170:f97a2081b5b1 libavcodec
make some symbols static
author | mru |
---|---|
date | Sat, 11 Nov 2006 20:54:48 +0000 |
parents | 5c14c4c7974f |
children | ce643a22f049 |
line wrap: on
line diff
--- a/raw.c Sat Nov 11 19:46:53 2006 +0000 +++ b/raw.c Sat Nov 11 20:54:48 2006 +0000 @@ -37,7 +37,7 @@ unsigned int fourcc; } PixelFormatTag; -const PixelFormatTag pixelFormatTags[] = { +static const PixelFormatTag pixelFormatTags[] = { { PIX_FMT_YUV420P, MKTAG('I', '4', '2', '0') }, /* Planar formats */ { PIX_FMT_YUV420P, MKTAG('I', 'Y', 'U', 'V') }, { PIX_FMT_YUV420P, MKTAG('Y', 'V', '1', '2') },