r1425 - trunk/Utilities

1 view
Skip to first unread message

noti...@svn.sbooth.org

unread,
Sep 18, 2009, 12:47:28 AM9/18/09
to max-c...@googlegroups.com
Author: stephen_booth
Date: 2009-09-17 21:47:28 -0700 (Thu, 17 Sep 2009)
New Revision: 1425

Modified:
trunk/Utilities/GaplessUtilities.m
Log:
Use implicit type code for Encoder Params atom


Modified: trunk/Utilities/GaplessUtilities.m
===================================================================
--- trunk/Utilities/GaplessUtilities.m 2009-09-18 04:42:03 UTC (rev 1424)
+++ trunk/Utilities/GaplessUtilities.m 2009-09-18 04:47:28 UTC (rev 1425)
@@ -99,7 +99,7 @@
[blockData appendBytes:&num length:4];

MP4ItmfData *data = &smpb->dataList.elements[0];
- data->typeCode = MP4_ITMF_BT_UTF8;
+ data->typeCode = MP4_ITMF_BT_IMPLICIT;
data->valueSize = [blockData length];
data->value = (uint8_t *)malloc( data->valueSize );

Reply all
Reply to author
Forward
0 new messages