[vlc-devel] [PATCH] Re: Typo

Edward Wang edward.c.wang at compdigitec.com
Thu Dec 29 21:52:07 CET 2011


On 11-12-29 03:49 PM, Christoph Miebach wrote:
> Hello!
>
> Another one in vlc 1.2.0-pre3, POT-Creation-Date: 2011-12-28 03:13+0100
>
> #: modules/demux/mp4/mp4.c:967
> msgid "Composr"
> =>
> "Composer"
>
---
  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-devel mailing list