Add various module formats to the ffmpeg plugin
Change-Id: Ibc8cd6a21edc9f94f5c7cd51227868eb8bcbab01 Reviewed-on: https://review.haiku-os.org/c/haiku/+/1736 Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
committed by
waddlesplash
parent
4eaa1f35e5
commit
805d7a776f
@@ -443,6 +443,34 @@ const media_file_format gMuxerTable[] = {
|
||||
"mptm",
|
||||
{ 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-mo3",
|
||||
"Compressed Tracker audio",
|
||||
"mo3",
|
||||
"mo3",
|
||||
{ 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-med",
|
||||
"Amiga MED/OctaMED Tracker Module",
|
||||
"med",
|
||||
"med",
|
||||
{ 0 }
|
||||
},
|
||||
};
|
||||
|
||||
const size_t gMuxerCount = sizeof(gMuxerTable) / sizeof(media_file_format);
|
||||
|
||||
Reference in New Issue
Block a user