diff --git a/libavformat/gxfenc.c b/libavformat/gxfenc.c index de4b20820c507facdd090dace76a9ecd05e63ed5..71352fd330bbe9a9c3208d38e877d308b5c33bb9 100644 --- a/libavformat/gxfenc.c +++ b/libavformat/gxfenc.c @@ -67,14 +67,9 @@ typedef struct GXFContext { unsigned packet_count; } GXFContext; -typedef struct GXF_Lines { - int height; - int index; -} GXF_Lines; - - -/* FIXME check if it is relevant */ -static const GXF_Lines gxf_lines_tab[] = { +static const struct { + int height, index; +} gxf_lines_tab[] = { { 480, 1 }, /* NTSC */ { 512, 1 }, /* NTSC + VBI */ { 576, 2 }, /* PAL */