From bde0ae2e7df6c2ef6205240fb5928f27bdb35aac Mon Sep 17 00:00:00 2001 From: shatty Date: Mon, 29 Dec 2003 15:55:56 +0000 Subject: [PATCH] change media types to be IANA compliant git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5798 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/mediaplayer/MediaPlayer.rdef | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/apps/mediaplayer/MediaPlayer.rdef b/src/apps/mediaplayer/MediaPlayer.rdef index a790eddcf2..1ad67052e2 100644 --- a/src/apps/mediaplayer/MediaPlayer.rdef +++ b/src/apps/mediaplayer/MediaPlayer.rdef @@ -31,14 +31,16 @@ resource app_flags B_SINGLE_LAUNCH; "types" = .... */ +// all these are official: +// http://www.iana.org/assignments/media-types/ + resource file_types message { "types" = "application/ogg", "types" = "audio", - "types" = "audio/aiff", - "types" = "audio/riff", - "types" = "audio/wav", + "types" = "audio/32kadpcm", + "types" = "audio/basic", + "types" = "audio/mpeg", "types" = "audio/x-aiff", - "types" = "audio/x-mpeg", "types" = "audio/x-riff", "types" = "audio/x-wav", "types" = "video",