Author: dmeyer
Date: Wed Dec  6 21:31:21 2006
New Revision: 2164

Modified:
   trunk/metadata/src/fourcc.py

Log:
add missing comma

Modified: trunk/metadata/src/fourcc.py
==============================================================================
--- trunk/metadata/src/fourcc.py        (original)
+++ trunk/metadata/src/fourcc.py        Wed Dec  6 21:31:21 2006
@@ -22,7 +22,7 @@
 
 TWOCC = {
     0x0000: 'Unknown Wave Format',
-    0x0001: 'PCM'
+    0x0001: 'PCM',
     0x0002: 'Microsoft ADPCM',
     0x0003: 'IEEE Float',
     0x0004: 'Compaq Computer VSELP',
@@ -669,8 +669,8 @@
     'TRLE': 'Akula Alpha Pro Custom AVI (LossLess)',
     'TSCC': 'TechSmith Screen Capture Codec',
     'TV10': 'Tecomac Low-Bit Rate Codec',
-    'TVJP': 'TrueVision Field Encoded Motion JPEG'
-    'TVMJ': 'Truevision TARGA MJPEG Hardware Codec'
+    'TVJP': 'TrueVision Field Encoded Motion JPEG',
+    'TVMJ': 'Truevision TARGA MJPEG Hardware Codec',
     'TY0N': 'Trident TY0N',
     'TY2C': 'Trident TY2C',
     'TY2N': 'Trident TY2N',

-------------------------------------------------------------------------
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