Author: dsd
Date: 2006-04-24 10:38:14 -0400 (Mon, 24 Apr 2006)
New Revision: 59815

Modified:
   trunk/entagged-sharp/ChangeLog
   trunk/entagged-sharp/src/Ogg/OggFileReader.cs
Log:
2006-04-24  Daniel Drake  <[EMAIL PROTECTED]>

        * src/Ogg/OggFileReader.cs: Add new audio/x-vorbis+ogg mimetype, noted
        by Stefan Glasenhardt on the Ubuntu bugzilla.



Modified: trunk/entagged-sharp/ChangeLog
===================================================================
--- trunk/entagged-sharp/ChangeLog      2006-04-24 14:21:18 UTC (rev 59814)
+++ trunk/entagged-sharp/ChangeLog      2006-04-24 14:38:14 UTC (rev 59815)
@@ -1,3 +1,8 @@
+2006-04-24  Daniel Drake  <[EMAIL PROTECTED]>
+
+       * src/Ogg/OggFileReader.cs: Add new audio/x-vorbis+ogg mimetype, noted
+       by Stefan Glasenhardt on the Ubuntu bugzilla.
+
 2006-04-13  James Willcox  <[EMAIL PROTECTED]>
 
        * src/Mp3/Util/Id3frames/Id3Frame.cs: correctly read UTF-16 tags

Modified: trunk/entagged-sharp/src/Ogg/OggFileReader.cs
===================================================================
--- trunk/entagged-sharp/src/Ogg/OggFileReader.cs       2006-04-24 14:21:18 UTC 
(rev 59814)
+++ trunk/entagged-sharp/src/Ogg/OggFileReader.cs       2006-04-24 14:38:14 UTC 
(rev 59815)
@@ -33,6 +33,7 @@
        [SupportedMimeType ("application/x-ogg")]
        [SupportedMimeType ("audio/vorbis")]
        [SupportedMimeType ("audio/x-vorbis")]
+       [SupportedMimeType ("audio/x-vorbis+ogg")]
        [SupportedMimeType ("audio/ogg")]
        [SupportedMimeType ("audio/x-ogg")]
        [SupportedMimeType ("entagged/ogg")]

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to