mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-10-13 11:27:59 +08:00
make some symbols static
Originally committed as revision 6972 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -37,7 +37,7 @@ typedef struct PixelFormatTag {
|
||||
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') },
|
||||
|
Reference in New Issue
Block a user