diff Plugins/Input/aac/libmp4v2/mp4util.cpp @ 199:0a2ad94e8607 trunk

[svn] Synced with bmp-mp4. Build system is fragile, but should work now.
author chainsaw
date Wed, 16 Nov 2005 16:21:11 -0800
parents fa848bd484d8
children f2dc045d2327
line wrap: on
line diff
--- a/Plugins/Input/aac/libmp4v2/mp4util.cpp	Wed Nov 16 01:12:05 2005 -0800
+++ b/Plugins/Input/aac/libmp4v2/mp4util.cpp	Wed Nov 16 16:21:11 2005 -0800
@@ -13,11 +13,10 @@
  * 
  * The Initial Developer of the Original Code is Cisco Systems Inc.
  * Portions created by Cisco Systems Inc. are
- * Copyright (C) Cisco Systems Inc. 2001-2005.  All Rights Reserved.
+ * Copyright (C) Cisco Systems Inc. 2001.  All Rights Reserved.
  * 
  * Contributor(s): 
  *		Dave Mackie		dmackie@cisco.com
- *              Bill May                wmay@cisco.com
  */
 
 #include "mp4common.h"
@@ -335,9 +334,6 @@
 	  || !strcasecmp(type, "od")) {
 		return MP4_OD_TRACK_TYPE;
 	}
-	if (strcasecmp(type, "cntl") == 0) {
-	  return MP4_CNTL_TRACK_TYPE;
-	}
 	VERBOSE_WARNING(verbosity,
 			printf("Attempt to normalize %s did not match\n",
 			       type));