From a3dffc0627dfd85f8b1a72b9b637938dfa197208 Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Tue, 25 Jan 2011 02:29:37 +0100 Subject: 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 --- libavformat/mxf.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libavformat/mxf.c') 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 * -- cgit v1.2.3