[vlc-commits] libmp4: fix error in TfxdBoxUUID definition
Frédéric Yhuel
git at videolan.org
Wed Apr 18 17:46:21 CEST 2012
vlc | branch: master | Frédéric Yhuel <fyhuel at viotech.net> | Wed Apr 18 17:01:17 2012 +0200| [f7859b08937b84bcad9317a69485e6698fc8b576] | committer: Jean-Baptiste Kempf
libmp4: fix error in TfxdBoxUUID definition
fix up d1c96ead108c36dd69f91abc9e89c0b3f642ab31
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f7859b08937b84bcad9317a69485e6698fc8b576
---
modules/demux/mp4/libmp4.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/demux/mp4/libmp4.h b/modules/demux/mp4/libmp4.h
index 9a93f34..ff5938f 100644
--- a/modules/demux/mp4/libmp4.h
+++ b/modules/demux/mp4/libmp4.h
@@ -1431,7 +1431,7 @@ static const UUID_t TfrfBoxUUID = {
static const UUID_t TfxdBoxUUID = {
{ 0x6d, 0x1d, 0x9b, 0x05, 0x42, 0xd5, 0x44, 0xe6,
- 0x80, 0xe2, 0x14, 0x1b, 0xaf, 0xf7, 0x57, 0xb2 } };
+ 0x80, 0xe2, 0x14, 0x1d, 0xaf, 0xf7, 0x57, 0xb2 } };
/*****************************************************************************
More information about the vlc-commits
mailing list