Browse Source

mp4: Cosmetic.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
pull/2/head
Hugo Beauzée-Luyssen 16 years ago
committed by Jean-Baptiste Kempf
parent
commit
c389095ab7
  1. 2
      modules/demux/mp4/mp4.c

2
modules/demux/mp4/mp4.c

@ -941,7 +941,7 @@ static int Control( demux_t *p_demux, int i_query, va_list args )
break;
}
#undef SET
static const struct { uint32_t xa9_type; char metadata[25]; } xa9typetoextrameta[] =
static const struct { uint32_t xa9_type; char metadata[25]; } xa9typetoextrameta[] =
{
{ FOURCC_0xa9wrt, N_("Writer") },
{ FOURCC_0xa9com, N_("Composr") },

Loading…
Cancel
Save