]> git.sesse.net Git - vlc/commitdiff
mp4: Cosmetic.
authorHugo Beauzée-Luyssen <beauze.h@gmail.com>
Sun, 18 Jul 2010 18:05:28 +0000 (20:05 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 18 Jul 2010 18:40:25 +0000 (20:40 +0200)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/demux/mp4/mp4.c

index 21d73d7752b67cad573efdb9073136bd70702fa9..592dd9461bb7e7deea1e72f3a5a380cbb0b86abf 100644 (file)
@@ -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") },