From 04eba16dd785dccf80c1cf07b973c275ba939f78 Mon Sep 17 00:00:00 2001 From: David McPaul Date: Tue, 31 Mar 2009 21:48:56 +0000 Subject: [PATCH] mp4 is video not audio, add m4v as a mpeg-4 extension git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29843 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/data/beos_mime/audio/mp4 | 1 - src/data/beos_mime/video/mp4 | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/beos_mime/audio/mp4 b/src/data/beos_mime/audio/mp4 index f1199f45ef..890ea0ffae 100644 --- a/src/data/beos_mime/audio/mp4 +++ b/src/data/beos_mime/audio/mp4 @@ -8,7 +8,6 @@ resource(2, "META:S:DESC") #'MSDC' "MP4 Sound File"; resource(3, "META:PREF_APP") #'MSIG' "application/x-vnd.Haiku-MediaPlayer"; resource(4, "META:EXTENS") message(234) { - "extensions" = "mp4", "extensions" = "m4a", "type" = "audio/mp4" }; diff --git a/src/data/beos_mime/video/mp4 b/src/data/beos_mime/video/mp4 index 5566f463b8..6c666c854d 100644 --- a/src/data/beos_mime/video/mp4 +++ b/src/data/beos_mime/video/mp4 @@ -7,6 +7,7 @@ resource(2, "META:S:DESC") #'MSDC' "MP4 Movie"; resource(3, "META:EXTENS") message(234) { "extensions" = "mp4", + "extensions" = "m4v", "type" = "video/mp4" };