summaryrefslogtreecommitdiff
path: root/libavformat/riff.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2023-06-03 12:29:25 +0200
committerPaul B Mahol <onemda@gmail.com>2023-06-07 09:00:18 +0200
commitf11515c77f0a2915b831d91f061fb11c4359601f (patch)
tree467ddd2ddbb6abae728d42674fd6176db36f7e72 /libavformat/riff.c
parente62824835d6871de5f1658afa840eb58425e34d4 (diff)
avcodec: add RTV1 decoder
Diffstat (limited to 'libavformat/riff.c')
-rw-r--r--libavformat/riff.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c
index 7319406b39..4279071159 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -501,6 +501,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
{ AV_CODEC_ID_NOTCHLC, MKTAG('n', 'l', 'c', '1') },
{ AV_CODEC_ID_VQC, MKTAG('V', 'Q', 'C', '1') },
{ AV_CODEC_ID_VQC, MKTAG('V', 'Q', 'C', '2') },
+ { AV_CODEC_ID_RTV1, MKTAG('R', 'T', 'V', '1') },
{ AV_CODEC_ID_NONE, 0 }
};