mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-01 09:27:44 +00:00
Port SMPTE S302M audio decoder from FFmbc 0.3.
This commit is contained in:
parent
b44c8ad280
commit
9aa91043f3
7 changed files with 147 additions and 0 deletions
|
@ -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 },
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue