[vlc-commits] mp4: fix typo
Jean-Baptiste Kempf
git at videolan.org
Fri Dec 30 12:40:21 CET 2011
vlc/vlc-1.2 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Dec 30 02:15:00 2011 +0100| [c4364d3b8f159d1ec94967f29941e3d8a3afa9b1] | committer: Jean-Baptiste Kempf
mp4: fix typo
Spotted by Christoph Miebach
(cherry picked from commit bc05fa41ed81614b1bdebc17b74ddcf4c7876760)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.2.git/?a=commit;h=c4364d3b8f159d1ec94967f29941e3d8a3afa9b1
---
modules/demux/mp4/mp4.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/demux/mp4/mp4.c b/modules/demux/mp4/mp4.c
index e9acee3..96b2c66 100644
--- a/modules/demux/mp4/mp4.c
+++ b/modules/demux/mp4/mp4.c
@@ -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") },
More information about the vlc-commits
mailing list