summaryrefslogtreecommitdiff
path: root/libavformat/mxf.c
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gmail.com>2011-01-25 02:29:37 +0100
committerJanne Grunau <janne-ffmpeg@jannau.net>2011-01-25 21:48:03 +0100
commita3dffc0627dfd85f8b1a72b9b637938dfa197208 (patch)
tree68745ae1258ded0fd75fe78a44a89afe35b2cdd0 /libavformat/mxf.c
parent8529731961d79fc0e747b16152df3d470b530537 (diff)
Make ff_mxf_pixel_layouts static to mxf.c.
Also make it an anonymous structure as never it is accessed by name. Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
Diffstat (limited to 'libavformat/mxf.c')
-rw-r--r--libavformat/mxf.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/libavformat/mxf.c b/libavformat/mxf.c
index c7423b0b62..643a95243a 100644
--- a/libavformat/mxf.c
+++ b/libavformat/mxf.c
@@ -52,7 +52,10 @@ const MXFCodecUL ff_mxf_codec_uls[] = {
{ { 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 }, 0, CODEC_ID_NONE },
};
-const MXFPixelLayout ff_mxf_pixel_layouts[] = {
+static const struct {
+ enum PixelFormat pix_fmt;
+ const char data[16];
+} ff_mxf_pixel_layouts[] = {
/**
* See SMPTE 377M E.2.46
*