diff options
author | Paul B Mahol <onemda@gmail.com> | 2017-04-10 11:35:00 +0200 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2017-04-15 15:37:18 +0200 |
commit | a93faf30d688b872e0ecc453b2dfc36470683ed6 (patch) | |
tree | 61ebb3cddb74a3fe1149d708dfdbe01cde5e9ad7 /libavformat/riff.c | |
parent | ac29b82ec596c19c649b43f9988cbcc56f83b9e8 (diff) | |
download | ffmpeg-a93faf30d688b872e0ecc453b2dfc36470683ed6.tar.gz |
utvideodec: Support UQRA and UQRG
Diffstat (limited to 'libavformat/riff.c')
-rw-r--r-- | libavformat/riff.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c index 69dabc0d52..9cd330b344 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -343,6 +343,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') }, |