From sgarg at helixcommunity.org Wed May 5 03:37:40 2010
From: sgarg at helixcommunity.org (sgarg@helixcommunity.org)
Date: Wed May 5 10:32:27 2010
Subject: [Xiph-cvs] oggff oggfformat.h,1.10.10.1.34.1,1.10.10.1.34.2
Message-ID:
Update of /cvsroot/xiph/oggff
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv31416
Modified Files:
Tag: hxclient_3_4_10_atlas
oggfformat.h
Log Message:
Fix for bug 10359
Index: oggfformat.h
===================================================================
RCS file: /cvsroot/xiph/oggff/oggfformat.h,v
retrieving revision 1.10.10.1.34.1
retrieving revision 1.10.10.1.34.2
diff -u -d -r1.10.10.1.34.1 -r1.10.10.1.34.2
--- oggfformat.h 20 Nov 2009 05:20:57 -0000 1.10.10.1.34.1
+++ oggfformat.h 5 May 2010 11:37:37 -0000 1.10.10.1.34.2
@@ -82,8 +82,8 @@
#define COPYRIGHT "(c) 2001 Xiphophorus, All rights reserved."
#define MORE_INFO_URL "http://www.xiph.org"
#define FILE_MIME_TYPES {"application/x-ogg", "application/ogg", NULL}
-#define FILE_EXTENSIONS {"ogg","ogv", NULL}
-#define FILE_OPEN_NAMES {"Ogg (*.ogg)","Ogv (*.ogv)", NULL}
+#define FILE_EXTENSIONS {"ogg","ogv","ogm", NULL}
+#define FILE_OPEN_NAMES {"Ogg (*.ogg)","Ogv (*.ogv)", "Ogm (*.ogm)", NULL}
#define STREAM_MIME_TYPE "application/ogg"
#define READ_LENGTH 4096
From sgarg at helixcommunity.org Wed May 5 03:38:41 2010
From: sgarg at helixcommunity.org (sgarg@helixcommunity.org)
Date: Wed May 5 10:33:27 2010
Subject: [Xiph-cvs] oggff oggfformat.h,1.10.10.2,1.10.10.3
Message-ID:
Update of /cvsroot/xiph/oggff
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv32430/datatype/ogg/fileformat
Modified Files:
Tag: hxclient_3_1_0_atlas
oggfformat.h
Log Message:
Fix for bug 10359
Index: oggfformat.h
===================================================================
RCS file: /cvsroot/xiph/oggff/oggfformat.h,v
retrieving revision 1.10.10.2
retrieving revision 1.10.10.3
diff -u -d -r1.10.10.2 -r1.10.10.3
--- oggfformat.h 20 Nov 2009 05:23:50 -0000 1.10.10.2
+++ oggfformat.h 5 May 2010 11:38:38 -0000 1.10.10.3
@@ -82,8 +82,8 @@
#define COPYRIGHT "(c) 2001 Xiphophorus, All rights reserved."
#define MORE_INFO_URL "http://www.xiph.org"
#define FILE_MIME_TYPES {"application/x-ogg", "application/ogg", NULL}
-#define FILE_EXTENSIONS {"ogg","ogv", NULL}
-#define FILE_OPEN_NAMES {"Ogg (*.ogg)","Ogv (*.ogv)", NULL}
+#define FILE_EXTENSIONS {"ogg","ogv","ogm", NULL}
+#define FILE_OPEN_NAMES {"Ogg (*.ogg)","Ogv (*.ogv)", "Ogm (*.ogm)", NULL}
#define STREAM_MIME_TYPE "application/ogg"
#define READ_LENGTH 4096
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.