make some symbols static

Originally committed as revision 6972 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård
2006-11-11 20:54:48 +00:00
parent 7b0d75fc40
commit 8e981daf2b
8 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -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