diff Plugins/Input/aac/libmp4v2/mp4util.cpp @ 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/mp4util.cpp	Thu Nov 17 12:21:04 2005 -0800
+++ b/Plugins/Input/aac/libmp4v2/mp4util.cpp	Thu Nov 17 14:01:18 2005 -0800
@@ -13,10 +13,11 @@
  * 
  * The Initial Developer of the Original Code is Cisco Systems Inc.
  * Portions created by Cisco Systems Inc. are
- * Copyright (C) Cisco Systems Inc. 2001.  All Rights Reserved.
+ * Copyright (C) Cisco Systems Inc. 2001-2005.  All Rights Reserved.
  * 
  * Contributor(s): 
  *		Dave Mackie		dmackie@cisco.com
+ *              Bill May                wmay@cisco.com
  */
 
 #include "mp4common.h"
@@ -334,6 +335,9 @@
 	  || !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));