Add MPTM to the MediaPlayer known mediatype list
Change-Id: I44140272a6cc8515f5583680cd4d182064192ca8 Reviewed-on: https://review.haiku-os.org/c/1411 Reviewed-by: waddlesplash <waddlesplash@gmail.com>
This commit is contained in:
parent
1cb376132e
commit
66e077c644
@ -429,6 +429,20 @@ const media_file_format gMuxerTable[] = {
|
||||
"mod",
|
||||
{ 0 }
|
||||
},
|
||||
{
|
||||
media_file_format::B_READABLE
|
||||
| media_file_format::B_KNOWS_RAW_AUDIO
|
||||
| media_file_format::B_KNOWS_ENCODED_AUDIO,
|
||||
{ 0 },
|
||||
B_MISC_FORMAT_FAMILY,
|
||||
100,
|
||||
{ 0 },
|
||||
"audio/x-mptm",
|
||||
"OpenMPT Module",
|
||||
"mptm",
|
||||
"mptm",
|
||||
{ 0 }
|
||||
},
|
||||
};
|
||||
|
||||
const size_t gMuxerCount = sizeof(gMuxerTable) / sizeof(media_file_format);
|
||||
|
Loading…
Reference in New Issue
Block a user