diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2012-03-17 08:48:57 +0100 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2012-03-19 18:46:34 +0100 |
commit | b8560637d93b632bd6b318baea4dc68b79e2ef85 (patch) | |
tree | 88dfc2578a3ce88b0600d2d7adeb40e9f7d2f1b6 /libavformat/rm.c | |
parent | 316e724f18c7299958d7f77c85c7425d43e7e777 (diff) | |
download | ffmpeg-b8560637d93b632bd6b318baea4dc68b79e2ef85.tar.gz |
RealAudio Lossless decoder
Diffstat (limited to 'libavformat/rm.c')
-rw-r--r-- | libavformat/rm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/rm.c b/libavformat/rm.c index 9c0ad4a58b..1f9cfe486d 100644 --- a/libavformat/rm.c +++ b/libavformat/rm.c @@ -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 }, }; |