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:
Adrien Destugues 2016-12-30 17:29:44 +01:00
parent 0963770f62
commit b480a593f2
1 changed files with 13 additions and 0 deletions

View File

@ -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