summaryrefslogtreecommitdiff
path: root/libavformat/rm.c
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2017-03-02 11:21:48 +0100
committerPaul B Mahol <onemda@gmail.com>2017-03-02 11:39:54 +0100
commita63496cc882428aefafc85d2f60e0908b020bffe (patch)
treeec6e2095a5974dd74e67305a3835c74023c88b29 /libavformat/rm.c
parent2b8151c80690a71db2cf8009855b4ae1a6abdd4c (diff)
downloadffmpeg-a63496cc882428aefafc85d2f60e0908b020bffe.tar.gz
avcodec: add ClearVideo decoder
Only I-frames are decoded for now. Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavformat/rm.c')
-rw-r--r--libavformat/rm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/rm.c b/libavformat/rm.c
index 0591a1735a..52c7ccc1e8 100644
--- a/libavformat/rm.c
+++ b/libavformat/rm.c
@@ -43,5 +43,6 @@ const AVCodecTag ff_rm_codec_tags[] = {
{ AV_CODEC_ID_AAC, MKTAG('r','a','a','c') },
{ AV_CODEC_ID_AAC, MKTAG('r','a','c','p') },
{ AV_CODEC_ID_RALF, MKTAG('L','S','D',':') },
+ { AV_CODEC_ID_CLEARVIDEO, MKTAG('C','L','V','1') },
{ AV_CODEC_ID_NONE },
};