summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2016-06-11 23:44:06 +0200
committerPaul B Mahol <onemda@gmail.com>2016-06-12 01:07:23 +0200
commit84efdabc94251f1f6f483eb737e95d53376ae921 (patch)
treec39234fa2633b76e3f9eff0afcdc0aa573d6cbe2 /libavformat
parent4c9d1c6f9a8f166703dc0333b53f5dba8dc5b414 (diff)
avcodec/utvideodec: add support for UQRG and UQRA formats
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/riff.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c
index 5311b54132..f35fc7d686 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -391,6 +391,8 @@ const AVCodecTag ff_codec_bmp_tags[] = {
{ AV_CODEC_ID_UTVIDEO, MKTAG('U', 'L', 'H', '0') },
{ AV_CODEC_ID_UTVIDEO, MKTAG('U', 'L', 'H', '2') },
{ AV_CODEC_ID_UTVIDEO, MKTAG('U', 'Q', 'Y', '2') },
+ { AV_CODEC_ID_UTVIDEO, MKTAG('U', 'Q', 'R', 'A') },
+ { AV_CODEC_ID_UTVIDEO, MKTAG('U', 'Q', 'R', 'G') },
{ AV_CODEC_ID_VBLE, MKTAG('V', 'B', 'L', 'E') },
{ AV_CODEC_ID_ESCAPE130, MKTAG('E', '1', '3', '0') },
{ AV_CODEC_ID_DXTORY, MKTAG('x', 't', 'o', 'r') },