Port SMPTE S302M audio decoder from FFmbc 0.3.

This commit is contained in:
Baptiste Coudurier 2011-04-12 15:29:09 -07:00 committed by Diego Biurrun
parent b44c8ad280
commit 9aa91043f3
7 changed files with 147 additions and 0 deletions

View file

@ -524,6 +524,7 @@ static const StreamType MISC_types[] = {
static const StreamType REGD_types[] = {
{ MKTAG('d','r','a','c'), AVMEDIA_TYPE_VIDEO, CODEC_ID_DIRAC },
{ MKTAG('A','C','-','3'), AVMEDIA_TYPE_AUDIO, CODEC_ID_AC3 },
{ MKTAG('B','S','S','D'), AVMEDIA_TYPE_AUDIO, CODEC_ID_S302M },
{ 0 },
};