[Player-cvs] mid/src constant.py,1.10,1.11
vtyagi at helixcommunity.org vtyagi at helixcommunity.orgUpdate 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 = {}