[vlc-commits] commit: mp4: Cosmetic. ( Hugo Beauzée-Luyssen )

git at videolan.org git at videolan.org
Sun Jul 18 20:40:09 CEST 2010


vlc | branch: master | Hugo Beauzée-Luyssen <beauze.h at gmail.com> | Sun Jul 18 20:05:28 2010 +0200| [c389095ab7b94daaedbbb9ebd2a5295b054e201c] | committer: Jean-Baptiste Kempf 

mp4: Cosmetic.

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 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 21d73d7..592dd94 100644
--- a/modules/demux/mp4/mp4.c
+++ b/modules/demux/mp4/mp4.c
@@ -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") },



More information about the vlc-commits mailing list