Author: tack
Date: Thu Mar  8 23:35:42 2007
New Revision: 2535

Modified:
   trunk/metadata/src/video/mkv.py

Log:
Add AAC to fourcc map.


Modified: trunk/metadata/src/video/mkv.py
==============================================================================
--- trunk/metadata/src/video/mkv.py     (original)
+++ trunk/metadata/src/video/mkv.py     Thu Mar  8 23:35:42 2007
@@ -123,7 +123,8 @@
     'A_DTS': 0x2001,
     'A_PCM/INT/LIT': 0x0001,
     'A_PCM/FLOAT/IEEE': 0x003,
-    'A_TTA1': 0x77a1
+    'A_TTA1': 0x77a1,
+    'A_AAC/MPEG4/LC/SBR': 0x00ff
 }
 
 class EbmlEntity:

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to