[Player-cvs] netbook/medialib/platform/unix gtkmedialibrary.cpp, 1.1.2.27.4.11, 1.1.2.27.4.12

[Player-cvs] netbook/medialib/platform/unix gtkmedialibrary.cpp, 1.1.2.27.4.11, 1.1.2.27.4.12

sgarg at helixcommunity.org sgarg at helixcommunity.org
Mon May 17 23:25:56 PST 2010


Update of /cvsroot/player/netbook/medialib/platform/unix
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv23282

Modified Files:
      Tag: hxclient_3_4_10_atlas
	gtkmedialibrary.cpp 
Log Message:
Moving ogm extension from audio list to video list

Index: gtkmedialibrary.cpp
===================================================================
RCS file: /cvsroot/player/netbook/medialib/platform/unix/Attic/gtkmedialibrary.cpp,v
retrieving revision 1.1.2.27.4.11
retrieving revision 1.1.2.27.4.12
diff -u -d -r1.1.2.27.4.11 -r1.1.2.27.4.12
--- gtkmedialibrary.cpp	17 May 2010 09:53:26 -0000	1.1.2.27.4.11
+++ gtkmedialibrary.cpp	18 May 2010 07:25:53 -0000	1.1.2.27.4.12
@@ -59,8 +59,8 @@
 
 #define MAX_DIR_DEPTH 20
 #ifdef HELIX_REALPLAYER_LIMITED
-const char* g_videoext[]={".mp4", ".3gp", ".rm", ".rmvb", ".wmv", ".avi", ".mov", ".ram", ".ogv",".ogg", ".flv", ".asf",NULL};
-const char* g_audioext[]={".mp3", ".wav", ".wma",".ogm", ".ra", ".amr", ".qcp", ".3g2", ".evrc",".au",".aiff",".sdp" , NULL};
+const char* g_videoext[]={".mp4", ".3gp", ".rm", ".rmvb", ".wmv", ".avi", ".mov", ".ram", ".ogv",".ogg", ".ogm", ".flv", ".asf",NULL};
+const char* g_audioext[]={".mp3", ".wav", ".wma", ".ra", ".amr", ".qcp", ".3g2", ".evrc",".au",".aiff",".sdp" , NULL};
 const char* g_photoext[]={".jpg",".jpeg",".gif", ".png",".bmp",".wbmp", NULL};	   //Need to add all the supported image type
 #else
 const char* g_videoext[]={".mpg", ".mpeg", ".mp4", ".3gp", ".rm", ".rmvb", ".wmv", ".avi", ".divx", ".mov", ".ram", ".ogv", ".flv", ".asf", ".ogg",".ogm",".m4v", NULL};




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.