vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Fri Dec 30 
02:15:00 2011 +0100| [bc05fa41ed81614b1bdebc17b74ddcf4c7876760] | committer: 
Jean-Baptiste Kempf

mp4: fix typo

Spotted by Christoph Miebach

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bc05fa41ed81614b1bdebc17b74ddcf4c7876760
---

 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") },

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to