Commit c4364d3b authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

mp4: fix typo

Spotted by Christoph Miebach
(cherry picked from commit bc05fa41)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent f62c3666
......@@ -964,7 +964,7 @@ static int Control( demux_t *p_demux, int i_query, va_list args )
static const struct { uint32_t xa9_type; char metadata[25]; } xa9typetoextrameta[] =
{
{ ATOM_0xa9wrt, N_("Writer") },
{ ATOM_0xa9com, N_("Composr") },
{ ATOM_0xa9com, N_("Composer") },
{ ATOM_0xa9prd, N_("Producer") },
{ ATOM_0xa9inf, N_("Information") },
{ ATOM_0xa9dir, N_("Director") },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment