[haiku-commits] r38821 - haiku/trunk/src/apps/mediaplayer

  • From: superstippi@xxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sun, 26 Sep 2010 22:21:28 +0200 (CEST)

Author: stippi
Date: 2010-09-26 22:21:28 +0200 (Sun, 26 Sep 2010)
New Revision: 38821
Changeset: http://dev.haiku-os.org/changeset/38821

Modified:
   haiku/trunk/src/apps/mediaplayer/MediaPlayer.rdef
Log:
Added support for one more non video/audio MIME type.


Modified: haiku/trunk/src/apps/mediaplayer/MediaPlayer.rdef
===================================================================
--- haiku/trunk/src/apps/mediaplayer/MediaPlayer.rdef   2010-09-26 17:02:16 UTC 
(rev 38820)
+++ haiku/trunk/src/apps/mediaplayer/MediaPlayer.rdef   2010-09-26 20:21:28 UTC 
(rev 38821)
@@ -20,6 +20,7 @@
        "types" = "application/x-ogg",
        "types" = "application/x-asf",
        "types" = "application/x-shockwave-flash",
+       "types" = "application/vnd.rn-realmedia-vbr",
        "types" = "audio",
        "types" = "video"
 };


Other related posts:

  • » [haiku-commits] r38821 - haiku/trunk/src/apps/mediaplayer - superstippi