[Player-cvs] mid/src constant.py,1.10,1.11

[Player-cvs] mid/src constant.py,1.10,1.11

vtyagi at helixcommunity.org vtyagi at helixcommunity.org
Mon Jun 2 23:07:43 PDT 2008


Update of /cvsroot/player/mid/src
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv12931

Modified Files:
	constant.py 
Log Message:
sdp file parsing requirement

Index: constant.py
===================================================================
RCS file: /cvsroot/player/mid/src/constant.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- constant.py	30 May 2008 14:39:02 -0000	1.10
+++ constant.py	3 Jun 2008 06:07:40 -0000	1.11
@@ -105,7 +105,7 @@
 MediaType = {
     'audio': ['mp3', 'wav', 'wma', 'aac', 'm4a', 'rm', 'ra', 'ogg', 'au', 'aiff'],
     'photo': ['jpg', 'bmp',  'jpeg', 'png','gif','wbmp', 'svg' ],
-    'video': ['mpg', 'mpeg', 'mp4', '3gp', 'ogg','rm', 'rmvb', 'wmv', 'avi', 'asf', 'ogm', 'ram'],
+    'video': ['mpg', 'mpeg', 'mp4', '3gp', 'ogg','rm', 'rmvb', 'wmv', 'avi', 'asf', 'ogm', 'ram', 'sdp'],
 }
 
 MediaPattern = {}




More information about the Player-cvs mailing list
 

Site Map   |   Terms of Use   |   Privacy Policy   |   Contact Us

Copyright © 1995-2007 RealNetworks, Inc. All rights reserved. RealNetworks and Helix are trademarks of RealNetworks.
All other trademarks or registered trademarks are the property of their respective holders.