Mercurial > libavcodec.hg
diff 8bps.c @ 4170:f97a2081b5b1 libavcodec
make some symbols static
| author | mru |
|---|---|
| date | Sat, 11 Nov 2006 20:54:48 +0000 |
| parents | c8c591fe26f8 |
| children | ce643a22f049 |
line wrap: on
line diff
--- a/8bps.c Sat Nov 11 19:46:53 2006 +0000 +++ b/8bps.c Sat Nov 11 20:54:48 2006 +0000 @@ -39,7 +39,7 @@ #include "avcodec.h" -const enum PixelFormat pixfmt_rgb24[] = {PIX_FMT_BGR24, PIX_FMT_RGBA32, -1}; +static const enum PixelFormat pixfmt_rgb24[] = {PIX_FMT_BGR24, PIX_FMT_RGBA32, -1}; /* * Decoder context
