[xiph-commits] r18640 - branches/dir.xiph.org/inc
dm8tbr at svn.xiph.org
dm8tbr at svn.xiph.org
Fri Oct 5 05:46:45 PDT 2012
Author: dm8tbr
Date: 2012-10-05 05:46:45 -0700 (Fri, 05 Oct 2012)
New Revision: 18640
Modified:
branches/dir.xiph.org/inc/lib.dir.php
Log:
Add internal dir.xiph.org codec IDs for Opus and WebM.
Modified: branches/dir.xiph.org/inc/lib.dir.php
===================================================================
--- branches/dir.xiph.org/inc/lib.dir.php 2012-10-05 12:44:18 UTC (rev 18639)
+++ branches/dir.xiph.org/inc/lib.dir.php 2012-10-05 12:46:45 UTC (rev 18640)
@@ -7,6 +7,8 @@
define('CONTENT_TYPE_NSV', 104);
define('CONTENT_TYPE_AAC', 105);
define('CONTENT_TYPE_AACPLUS', 106);
+define('CONTENT_TYPE_OPUS', 107);
+define('CONTENT_TYPE_WEBM', 108);
/**
* Returns the content type ID.
More information about the commits
mailing list