diff Plugins/Input/aac/libmp4v2/mp4atom.h @ 201:f2dc045d2327 trunk

[svn] libmp4v2 goes back to the future
author chainsaw
date Thu, 17 Nov 2005 14:01:18 -0800
parents 0a2ad94e8607
children
line wrap: on
line diff
--- a/Plugins/Input/aac/libmp4v2/mp4atom.h	Thu Nov 17 12:21:04 2005 -0800
+++ b/Plugins/Input/aac/libmp4v2/mp4atom.h	Thu Nov 17 14:01:18 2005 -0800
@@ -96,7 +96,7 @@
 	};
 	void SetType(const char* type) {
 		if (type && *type != '\0') {
-			ASSERT(strlen(type) == 4);
+		  // not needed ASSERT(strlen(type) == 4);
 			memcpy(m_type, type, 4);
 			m_type[4] = '\0';
 		} else {