diff options
author | Diego Elio Pettenò <flameeyes@gmail.com> | 2011-01-25 02:29:37 +0100 |
---|---|---|
committer | Janne Grunau <janne-ffmpeg@jannau.net> | 2011-01-25 21:48:03 +0100 |
commit | a3dffc0627dfd85f8b1a72b9b637938dfa197208 (patch) | |
tree | 68745ae1258ded0fd75fe78a44a89afe35b2cdd0 /libavformat/mxf.h | |
parent | 8529731961d79fc0e747b16152df3d470b530537 (diff) | |
download | ffmpeg-a3dffc0627dfd85f8b1a72b9b637938dfa197208.tar.gz |
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.h')
-rw-r--r-- | libavformat/mxf.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libavformat/mxf.h b/libavformat/mxf.h index 11bd8772a8..9190da6e04 100644 --- a/libavformat/mxf.h +++ b/libavformat/mxf.h @@ -61,13 +61,6 @@ typedef struct { extern const MXFCodecUL ff_mxf_data_definition_uls[]; extern const MXFCodecUL ff_mxf_codec_uls[]; -typedef struct { - enum PixelFormat pix_fmt; - const char data[16]; -} MXFPixelLayout; - -extern const MXFPixelLayout ff_mxf_pixel_layouts[]; - int ff_mxf_decode_pixel_layout(const char pixel_layout[16], enum PixelFormat *pix_fmt); #define PRINT_KEY(pc, s, x) dprintf(pc, "%s %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X\n", s, \ |