ffmpeg: declare support for AIFF files in the MuxerTable.
There used to be endianness problems, but they have been fixed long ago. It is important for some legacy apps, that these are properly recognized as B_AIFF_FORMAT_TYPE.
This commit is contained in:
parent
0963770f62
commit
b480a593f2
@ -36,6 +36,19 @@ const media_file_format gMuxerTable[] = {
|
||||
"ac3",
|
||||
{ 0 }
|
||||
},
|
||||
{
|
||||
media_file_format::B_READABLE
|
||||
| media_file_format::B_KNOWS_RAW_AUDIO,
|
||||
{ 0 },
|
||||
B_AIFF_FORMAT_FAMILY,
|
||||
100,
|
||||
{ 0 },
|
||||
"audio/x-aiff",
|
||||
"Audio IFF",
|
||||
"aiff",
|
||||
"aiff",
|
||||
{ 0 }
|
||||
},
|
||||
{
|
||||
media_file_format::B_READABLE
|
||||
| media_file_format::B_KNOWS_RAW_VIDEO
|
||||
|
Loading…
Reference in New Issue
Block a user