RealAudio Lossless decoder

This commit is contained in:
Kostya Shishkov
2012-03-17 08:48:57 +01:00
parent 316e724f18
commit b8560637d9
10 changed files with 10472 additions and 1 deletions

View File

@ -42,5 +42,6 @@ const AVCodecTag ff_rm_codec_tags[] = {
{ CODEC_ID_SIPR, MKTAG('s','i','p','r') },
{ CODEC_ID_AAC, MKTAG('r','a','a','c') },
{ CODEC_ID_AAC, MKTAG('r','a','c','p') },
{ CODEC_ID_RALF, MKTAG('L','S','D',':') },
{ CODEC_ID_NONE },
};