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
This commit is contained in:
parent
827c6cd4d6
commit
04eba16dd7
@ -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"
|
||||
};
|
||||
|
@ -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"
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user